Migrate Contract
Zeus migrate allows developers to easily migrate code between different environments such as the EOS Mainnet and the CryptoKylin testnet.
If you want to easily compile, test, and deploy your code to different environments (locally, testnet, mainnet), then you've come to the right place.
You can also use Truffle to migrate npx truffle migrate
.
First we'll create a contract deployment JSON file with the following command:
To set code on the kylin testnet or any EOSIO network run the following
Before migrating, you can also import the keys and not need to pass the creator key
You can also run combinations like:
Last updated