Skip to content

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

License

Notifications You must be signed in to change notification settings

KiiChain/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

No packages published

Contributors 2

  •  
  •