0.0.3 • Published 6 years ago
klaytn-contract-deploy v0.0.3
klaytn-contract-deploy
klaytn-contract-deploy is an unofficial toolkit for deploying smart contracts in Klaytn.
Requirements
The following packages are required to use the klaytn-contract-deploy.
Installation
To try it out, install klaytn-contract-deploy with npm like following command:
$ npm install -g klaytn-contract-deploy Getting Started
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
contractsdirectoy. - Edit
1_initial_migration.js. - Edit
kdep-config.js. - Run
kdep deploy --network {YOUR_NETWORK}