Its a simple dapp build using truffle react and besu.
-
Switch to localhost:8545
-
Import a new account in metamask
-
copy a private key from truffle-config.js and paste it inside private key area to import the account
-
git clone https://github.com/Shubham-tiwari123/Buy-product-daap.git
-
cd truffle-react
-
npm install
-
cd client
-
npm install
-
cd ..
-
truffle compile
-
sudo npm run besu
-
truffle migrate --network=besu --reset
-
cd client
-
npm run start