Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 434 Bytes

File metadata and controls

23 lines (16 loc) · 434 Bytes

Sample Solidity and Hardhat Project

This project uses solidity and hardhat to make some simple smart contracts.

to test

npx hardhat test
npx hardhat run scripts/deploy.ts

to compile

npx hardhat compile

to deploy

you will need to select the proper environment and which deployment script to run an example is below

npx hardhat run --network eosevm_testnet scripts/00_Deploy_Alex_POAP.ts