Skip to content

jeonghonah/klaytn-contract-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}

About

An unofficial toolkit for deploying contracts in Klaytn

Resources

License

Stars

Watchers

Forks

Packages

No packages published