Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contract experiments

to compile contracts

truffle compile

to migrate contracts to Truffle developer testnet

  1. truffle develop
  2. compile
  3. migrate

to test contract

  1. truffle develop
  2. test

Should produce the following result:


Compiling ./contracts/ConvertLib.sol...
Compiling ./contracts/TokenCoin.sol...


  Contract: TokenCoin
    ✓ should put 10000 TokenCoin in the first account
    ✓ should send coin correctly (147ms)


  2 passing (192ms)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages