Skip to content

sherpoh/dapp-workshop-public

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dapp-workshop-public

This project is an example about how to deploy an smart contract using hardhat and how to create a dApp using React

Hardhat Deployment's Steps

1. Create a node project

$ npm init

2. Install hardhat dependencie

$ npm install --save-dev hardhat

3. Init a hardhat project (with typescript)

$ npx hardhat init

4. Write contract

5. Compile contract

$ npx hardhat compile

6. Run test

$ npx hardhat test

7. Get env variables

8. Deploy smart contract

$ npx hardhat ignition deploy ignition/modules/Certifications.ts --network kiichain

About

This project is an example about how to deploy an smart contract using hardhat and how to create a dApp using React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 49.7%
  • TypeScript 35.2%
  • Solidity 8.9%
  • HTML 4.2%
  • JavaScript 2.0%