Skip to content

Sotatek-TinHa/base-hardhat

Repository files navigation

[NAME] Contract

A Hardhat-based template for developing Solidity smart contracts, with sensible defaults.

Usage

$ yarn install

Compile

Compile the smart contracts with Hardhat:

$ yarn compile

TypeChain

Compile the smart contracts and generate TypeChain bindings:

$ yarn typechain

Lint Solidity

Lint the Solidity code:

$ yarn lint:sol

Lint TypeScript

Lint the TypeScript code:

$ yarn lint:ts

Clean

Delete the smart contract artifacts, the coverage reports and the Hardhat cache:

$ yarn clean

Deploy

Deploy the contracts to Sepolia Network:

$ yarn deploy:sepolia

Verify

Verify the contracts in Sepolia Network:

$ yarn verify:sepolia

License

This project is licensed under MIT.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published