Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eteissonniere/trufflestarter
📦 An awesome truffle box with sane defaults for solidity projects.
https://github.com/eteissonniere/trufflestarter
ethereum openzeppelin solidity template truffle-box
Last synced: 5 days ago
JSON representation
📦 An awesome truffle box with sane defaults for solidity projects.
- Host: GitHub
- URL: https://github.com/eteissonniere/trufflestarter
- Owner: ETeissonniere
- Created: 2019-03-03T13:48:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T15:32:10.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T05:51:03.988Z (over 1 year ago)
- Topics: ethereum, openzeppelin, solidity, template, truffle-box
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Truffle starter
A truffle box to help you get started with your solidity projects.
It features:
- abi and bytecode extracting scripts
- flattener
- `openzeppelin-solidity` and `openzeppelin-test-helpers` preinstalled
- gas reporting for tests
- test coverage generator
- javascript and solidity linters
- awesome `truffle-config.js` fileGet started with `npx truffle unbox ETeissonniere/TruffleStarter`.
You will need to define the `MNEMONIC` and `INFURA_API_KEY`, to do so you
can copy `.env.example` to `.env` (ignored by git) and edit it.