Skip to content

sunmait/blockchain-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Blockchain smart-contracts development
Full truffle documentation: http://truffleframework.com/docs/getting_started/installation

Install truffle via npm: npm install -g truffle

Run TestRPC(ganache-cli) node: truffle develop
Compile smart-contract sources: truffle compile (add --all option to recompile all files, not only changed)
Deploy smart-contract to node: truffle migrate (add --reset option to run all your migrations from the beginning)

TODO:

  • Add info about tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •