Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.