klaytn-contract-deploy is an unofficial toolkit for deploying smart contracts in Klaytn.
The following packages are required to use the klaytn-contract-deploy.
To try it out, install klaytn-contract-deploy with npm like following command:
$ npm install -g klaytn-contract-deploy
By default, usage is the same as truffle if possible. Follow these steps:
- Create your npm project directory.
- Run
kdep init
. - Copy your solidity files to the
contracts
directoy. - Edit
1_initial_migration.js
. - Edit
kdep-config.js
. - Run
kdep deploy --network {YOUR_NETWORK}