Matrix AI Network block chain contracts default config and man address support
cd {yourcontractdir}
truffle unbox https://github.com/MatrixAINetwork/manbox.git
development: {
type = "matrix",
skipDryRun: true,
}
function toMan(address _addr) public pure returns (string)
function toAddress(string _manAddr) public pure returns(address)