Skip to content

FeSuert/PiggyBank

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Piggy bank

The project has two main folders client and hardhat. Client is responsible for the whole front on next.js. Hardhat contains contracts and a deployment script.

client. In order for everything to work for you, you need to download the project. Open it in terminal. Go to the client folder with the cd client command. Write just two commands npm install and then npx next dev

hardhat. We also download the project, just go to the hardhat folder with the cd hardhat command. Next npm install to install everything. Inside is a standard hardhat structure. All contracts are in the contracts folder. In the folder scritps deployment script. There is also a command in the comment to run it. You don’t need to touch the config, I already entered everything there. Including private for deployment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.6%
  • Solidity 9.8%
  • CSS 0.6%