Skip to content

A HelloWorld.sol template for deploying to test networks with truffle

Notifications You must be signed in to change notification settings

rolandpo/truffleRopstenBoilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Truffle Ropsten Boilerplate

Detailed tutorial here

Setup

  1. npm install dependencies: npm install --save truffle-hdwallet-provider
  2. Add your wallet mneumonic to truffle.js
  3. Add your infura key to truffle.js
  4. Create your contracts in ./contracts
  5. Deploy your new contract with truffle deploy --network ropsten
  6. Migrate future contracts with truffle migrate --network ropsten
  7. Interact with your contracts via truffle console --network ropsten

About

A HelloWorld.sol template for deploying to test networks with truffle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%