A web test application allowing users to read a smart-contract: Hello World !
The given startup code can be found in React, Truffle.js, Drizzle.js for the graphical interface and Solidity for writing smart-contracts.
Stack and tools
- React, Truffle.js, Drizzle.js
- Solidity
- Ganache, Metamask
git clone https://github.com/floriansr/First-SmartContract.git
cd First-SmartContract
npm install
npm start
Get private key from Ganache adress and import it to new metamask account
truffle console
truffle compile
truffle migrate without/with --reset flag
- @floriansr - (https://github.com/floriansr)