awesome-truffle-plugins
awesome-truffle-plugins copied to clipboard
🕶 List of awesome Truffle plugins
Awesome Truffle Plugins
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 before creating your Pull Request.
The List
- truffle-plugin-verify - Verifies smart contracts on Etherscan.
- truffle-security - Runs MythX security analysis on smart contracts.
- truffle-contract-size - Displays the size of smart contracts in kilobytes.
- truffle-plugin-abigen - Generates Geth-compatible abigen data for building Golang bindings for Ethereum contracts
Plugin development resources
- trufflesuite.com - Writing external scripts - Official Truffle guide on writing external scripts or plugins.
- kalis.me - Creating Truffle plugins - Tutorial walking through the creation of a simple but useful Truffle plugin.
- truffle-plugin-workshop - Boilerplate and example code for the example Truffle plugin used in the tutorial above.