Skip to content

CyberGA/payclik-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PAYCLIK SMART CONTRACT

How to run project

Install node packages, run

npm install

Before compiling the contract, create a .env file and add your alchemy http url and private key. Then run

npx hardhat compile

To deploy the contract, run

npx hardhat run scripts/deploy.js --network <network-name>

To run test

npx hardhat test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published