Skip to content

Tutorial project to compile, test and run smart contracts on Core TestNet.

Notifications You must be signed in to change notification settings

coredao-org/hardhat-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hardhat Tutorial

This project demonstrates how to compile, deploy and call smart contracts on Core TestNet using HardHat.

To run the project, you need to create a secret.json under the root folder and fill in as below. Or you can modify hardhat.config.js to setup your own configurations.

{"PrivateKey":"you private key, do not leak this file, do keep it absolutely safe"}

Steps to run:

npm install
npx hardhat compile
npx hardhat test
npx hardhat run scripts/deploy-and-call.js

About

Tutorial project to compile, test and run smart contracts on Core TestNet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published