Skip to content

okesseko/solidity-smart-contract

Repository files navigation

Solidity Smart Contract

This project is based on the Hardhat Hackathon Boilerplate. I will refactor it's react from class component to function component and write other smart contact

Quick start

The first things you need to do are cloning this repository and installing its dependencies:

git clone https://github.com/okesseko/solidity-smart-contract.git
cd solidity-smart-contract
npm install

Once installed, let's run Hardhat's testing network:

npm run server

Then, on a new terminal, go to the repository's root folder and run this to deploy your contract:

npm run deploy-contract

Now, we can run the frontend with:

cd frontend
npm install
npm start

Finally, open the browser and connect to the localhost:3000

About

A website builded by react. Use solidity to connect metamask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published