Skip to content

Fedevs/blockchain-task-app

Repository files navigation

blockchain-task-app

npm i truffle @truffle/contract bootstrap npm i -D lite-server

You also will need a blockchain for eth development like Ganache https://trufflesuite.com/docs/ganache/ (UI or CLI)

  1. Run ganache server
  2. Run truffle deployed
  3. Run truffle test
  4. Run truffle migrate --reset
  5. npm run dev
  6. Add your ganache net to Metamask Networks*
  7. Import your Metamask account provided by Ganache (it gives you private keys)

Metamask Networks

  1. Open your Metamask
  2. Settings > Networks > Add Network
  3. New RPC URL: your server, probable https://localhost:PORT (PORT is provided by Ganache)

image

About

A frontend task app in Ethereum blockchain using Solidity (smart contracts)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors