Skip to content

rjoshig/people-list

Repository files navigation

people-list

Solidity contract Example to add names and retrieve

  1. Clone this repo
  2. Run ganache in localhost port 8546 (you can change this from the truffle-config.js)
  3. Download truffle.
  4. Go to the path where repo is downloaded.
  5. do truffle compile
  6. do truffle migrate
  7. The contract is now deployed in blockchain (in this case ganache)
  8. You can now interact with the contract using truffle console

About

Solidity contract Example to add names and retrieve

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published