Skip to content

rk-rishikesh/fvm-dapp-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FEVM-Dapp-Starter-Kit

Clone the project

  git clone https://github.com/rk-rishikesh/fvm-dapp-starter-kit.git

Install node modules

  cd fvm-dapp-starter-kit
  
  npm install

Update the private key

Add your deployment account private key in hardhat config file.

Compile the Smart Contracts

  npx hardhat compile

Fund deployment account

Deposit some tFIL to your deployment account from hyperspace faucet - https://hyperspace.yoga/#faucet

Deploy the Smart Contracts on Wallaby Testnet

  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.

Install node modules inside client folder

  cd client
  
  npm install

To deploy this project run

  npm run start

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published