Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rkalis/awesome-truffle-plugins
🕶 List of awesome Truffle plugins
https://github.com/rkalis/awesome-truffle-plugins
List: awesome-truffle-plugins
Last synced: 17 days ago
JSON representation
🕶 List of awesome Truffle plugins
- Host: GitHub
- URL: https://github.com/rkalis/awesome-truffle-plugins
- Owner: rkalis
- License: cc0-1.0
- Created: 2019-06-17T02:18:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T18:10:35.000Z (over 4 years ago)
- Last Synced: 2024-05-22T16:10:14.580Z (6 months ago)
- Homepage:
- Size: 8.79 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Awesome Truffle Plugins
[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)This repository features a list of awesome Truffle plugins for any purpose. Because the total number of Truffle plugins is quite limited, the list is currently not structured by category, but it might be in the future. If you'd like to contribute to the list, please check out the [contributing guide](/CONTRIBUTING.md) before creating your Pull Request.
## The List
* [truffle-plugin-verify](https://github.com/rkalis/truffle-plugin-verify) - Verifies smart contracts on Etherscan.
* [truffle-security](https://github.com/ConsenSys/truffle-security) - Runs MythX security analysis on smart contracts.
* [truffle-contract-size](https://github.com/IoBuilders/truffle-contract-size) - Displays the size of smart contracts in kilobytes.
* [truffle-plugin-abigen](https://github.com/ChainSafe/truffle-plugin-abigen) - Generates Geth-compatible [abigen](https://github.com/ethereum/go-ethereum/wiki/Native-DApps:-Go-bindings-to-Ethereum-contracts) data for building Golang bindings for Ethereum contracts## Plugin development resources
* [trufflesuite.com - Writing external scripts](https://www.trufflesuite.com/docs/truffle/getting-started/writing-external-scripts) - Official Truffle guide on writing external scripts or plugins.
* [kalis.me - Creating Truffle plugins](https://kalis.me/creating-truffle-plugins/) - Tutorial walking through the creation of a simple but useful Truffle plugin.
* [truffle-plugin-workshop](https://github.com/rkalis/truffle-plugin-workshop) - Boilerplate and example code for the example Truffle plugin used in the tutorial above.