0.0.3 • Published 5 years ago

klaytn-contract-deploy v0.0.3

Weekly downloads
2
License
LGPL-3.0
Repository
github
Last release
5 years ago

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 contracts directoy.
  • Edit 1_initial_migration.js.
  • Edit kdep-config.js.
  • Run kdep deploy --network {YOUR_NETWORK}