A truffle project to deploy an ERC1820 Registry for Permissioned Chains
593
A truffle project to deploy an ERC1820 Registry for Permissioned Chains.
npm install -g truffle
npm install
Edit truffle-config.js and add networks
truffle migrate --network your-network
On deployment you will see the contract that it has been deployed to. Use this address to initialse the Asset Token contract deployment.
Ganache network
docker run -d -p 8545:8545 --name ganache trufflesuite/ganache-cli:v6.9.1 --gasLimit 0xFFFFFFFF
docker run --network="host" -t clearmatics/erc1820-registry
Autonity or other networks with custom settings
developmentdocker run -v "$(pwd)"/truffle-config.js:/app/truffle-config.js --network="host" -t \
clearmatics/erc1820-registry \
deploy -- --f 2 --describe-json
Content type
Image
Digest
Size
92.8 MB
Last updated
about 6 years ago
docker pull clearmatics/erc1820-registry