Matrix AI Network local test block chain and demo contracts with default config and man address support
cd {yourcontractdir}
truffle unbox matrixDemo
sudo yum makecache fast
sudo yum -y install docker-ce
truffle-matrix
truffle migrate
development: {
type = "matrix",
skipDryRun: true,
}
function toMan(address _addr) public pure returns (string)
function toAddress(string _manAddr) public pure returns(address)