feat(): update readme

This commit is contained in:
Raphael Roullet
2021-06-10 10:16:57 +01:00
parent 40810ad067
commit ef6653da4a

View File

@@ -1,17 +1,6 @@
# Solidity Template
# InterRep Smart Contracts
My favourite setup for writing Solidity smart contracts.
- [Hardhat](https://github.com/nomiclabs/hardhat): compile and run the smart contracts on a local development network
- [TypeChain](https://github.com/ethereum-ts/TypeChain): generate TypeScript types for smart contracts
- [Ethers](https://github.com/ethers-io/ethers.js/): renowned Ethereum library and wallet implementation
- [Waffle](https://github.com/EthWorks/Waffle): tooling for writing comprehensive smart contract tests
- [Solhint](https://github.com/protofire/solhint): linter
- [Solcover](https://github.com/sc-forks/solidity-coverage): code coverage
- [Prettier Plugin Solidity](https://github.com/prettier-solidity/prettier-plugin-solidity): code formatter
This is a GitHub template, which means you can reuse it as many times as you want. You can do that by clicking the "Use this
template" button at the top of the page.
Smart contracts used for InterRep reputation badge
## Usage