Name Registration DAPP with smart contracts in solidity
- Run truffle migrate to compile and deploy contracts which will be available in build/contracts folder.
truffle migrate --reset
- Copy it inside the contracts folder in frontend
- Change directory to frontend and install dependencies
yarn install
- Run the dapp
yarn start