Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Template for smart contracts development with hardhat, ethers, mocha, chai and yarn

Notifications You must be signed in to change notification settings

The-Solid-Chain/solidity-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hardhat template

Sample template with hardhat configuration and several networks deployment.

Networks

  • Ethereum: Goerli, Kovan, Ropsten, Rinkeby,
  • Arbitrum: Rinkeby

Configuration of required keys

The configuration of the required keys is done by create a .env file at the root of the project. The format of this file is:

KEY=VALUE

An template is provided in dotenv-template, please fill the values in and rename it to .env. The .env file is ignored by .gitignore and never commited to the repository.

Local fork

The package provides the ability to fork existing networks locally through:

$ npm run ganache:$(network)

Where network can be one of the supported networks mentioned above

Author

My name is Roberto Cano and you can find me at https://github.com/robercano and https://github.com/The-Solid-Chain

About

Template for smart contracts development with hardhat, ethers, mocha, chai and yarn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published