Skip to content

0xxfu/template-ethereum-contracts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

191 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate for ethereum solidity smart contract development

Install

yarn

Test

There are 2 flavors of tests: hardhat, dapptools and forge

hardhat

  • One using hardhat that can leverage hardhat-deploy to reuse deployment procedures and named accounts:
yarn test

forge

forge test

This require the installation of forge (see foundry)

Trace transaction

cast run --quick --rpc-url https://url 0xTransactionHash
npx hardhat trace --hash 0xTransactionHash --rpc https://url

Tools

Ityfuzz

blazo . -s -p -f src/SetUp/SetupSimpleERC20.sol:SetupSimpleERC20

About

Template to develop ethereum smart contracts

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 45.0%
  • Solidity 35.2%
  • JavaScript 19.8%