git clone https://github.com/rk-rishikesh/fvm-dapp-starter-kit.git
cd fvm-dapp-starter-kit
npm install
Add your deployment account private key in hardhat config file.
npx hardhat compile
Deposit some tFIL to your deployment account from hyperspace faucet - https://hyperspace.yoga/#faucet
npx hardhat deploy
📢 Note the contract address and locate the contract ABI under deployments folder and replace it inside the contants file under client folder.
cd client
npm install
npm run start