Skip to content

twilkinson573/lufcFanzone

Repository files navigation

LUFC Fanzone Hardhat Boilerplate ⚪️🔵🟡

A Playground for ERC20 & ERC721 experimentation

Uses hackathon boilerplate environment for Hardhat & React projects

Quick start

Setup your environment from the project root folder:

npm install

You'll need to create 2 .env files to store secrets and fill in the appropriate values:

touch .env
touch frontend/.env

Then run Hardhat's testing network:

npx hardhat node

Then in a new terminal window, deploy your contracts from the root folder:

npx hardhat run scripts/deploy.js --network localhost

You can also attach a console to interact with the local chain:

npx hardhat console --network localhost

Finally, we can run the frontend with:

cd frontend
npm install
npm start

Open http://localhost:3000/ to view the running dApp. You will need to have Metamask installed and listening to localhost 8545.

About

Playground for experimenting with ERC20 & ERC721 functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors