Skip to content

juliatan/solidity-inbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

  • This is a test project that I've written to learn Solidity.
  • It's a basic smart contract that sets a message in the Ethereum Rinkeby test network.

Packages

  • Web3 (JavaScript interface to Ethereum blockchain)
  • Ganache (testing)
  • Mocha (testing)
  • Infura (deploying to test network node)
  • Truffle (wallet + deployment provider)
  • dotenv (storing environment variables)

To run

  • npm run test - run test suite
  • node deploy.js - deploy contract to test network

Resources