Skip to content

coupecoin/coupecoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coupe Token contract

Steps to deploy on test net:

  1. npm install zeppelin-solidity => This adds the zeppelin-solidity folder to node_modules and in it we will find all smart contract templates from the OpenZeppelin library.
  2. testrpc -u 0 => It will run testrpc with the one unlocked account. We are using testrpc for our development needs.
  3. truffle compile => compile the contract
  4. truffle migrate => deploy the contract

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published