Skip to content

rynobey/EIP20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EIP20

  1. Clone the repository into ~/workspace:
git clone https://github.com/rynobey/EIP20.git
  1. Make sure ganache-cli is running
  2. Migrate onto ganache-cli:
truffle migrate --network development1
  1. Run the tests:
truffle test --network development1
  1. Connect to truffle console:
truffle console --network development1
  1. Get the deployed instance of the contract:
let eip20; EIP20.deployed().then(function(instance) {eip20 = instance;});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published