AbhyasKanaujia / hello-world-dapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello World DApp

Follow the tutorial on creating a smart contract in my GitHub to set up a backend.

  1. Add a HelloWorld.sol in contracts.
  2. Change output directory for contracts contracts_build_directory: "./client/src/contracts", in truffle_config.js
  3. $ truffle console --network goerli (or wherever the contract is to be deployed)
  4. truffle(goerli)> migrate --reset
  5. Open a new terminal
  6. $ npx create-react-app client
  7. cd client

About


Languages

Language:JavaScript 68.0%Language:HTML 25.8%Language:Solidity 4.1%Language:Shell 2.1%