All Projects → nomiclabs → Truffle Flattener

nomiclabs / Truffle Flattener

Licence: mit
Truffle Flattener concats solidity files from Truffle and Buidler projects with all of their dependencies

Programming Languages

javascript
184084 projects - #8 most used programming language
solidity
1140 projects

Projects that are alternatives of or similar to Truffle Flattener

0xdeca10b
Sharing Updatable Models (SUM) on Blockchain
Stars: ✭ 285 (+12.2%)
Mutual labels:  ethereum, smart-contracts, truffle
React Ethereum Dapp Example
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
Stars: ✭ 384 (+51.18%)
Mutual labels:  ethereum, smart-contracts, truffle
Solidity Idiosyncrasies
Solidity gotchas, pitfalls, limitations, and idiosyncrasies.
Stars: ✭ 267 (+5.12%)
Mutual labels:  ethereum, smart-contracts, truffle
Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (+65.35%)
Mutual labels:  ethereum, smart-contracts, truffle
Rico
The Responsible Initial Coin Offering Framework
Stars: ✭ 83 (-67.32%)
Mutual labels:  ethereum, smart-contracts, truffle
Sablier
The protocol for real-time finance on the Ethereum blockchain
Stars: ✭ 147 (-42.13%)
Mutual labels:  ethereum, smart-contracts, truffle
Love Ethereum
区块链学习
Stars: ✭ 323 (+27.17%)
Mutual labels:  ethereum, smart-contracts, truffle
Eth.social
An Ethereum dApp for posting social events.
Stars: ✭ 17 (-93.31%)
Mutual labels:  ethereum, smart-contracts, truffle
Supply Chain
Supply chain management on blockchain using Angular 4 + Truffle + IPFS + Ethereum
Stars: ✭ 76 (-70.08%)
Mutual labels:  ethereum, smart-contracts, truffle
Truffle
A tool for developing smart contracts. Crafted with the finest cacaos.
Stars: ✭ 11,909 (+4588.58%)
Mutual labels:  ethereum, smart-contracts, truffle
Erc20 Generator
Create an ERC20 Token for FREE in less than a minute with the most used Smart Contract Generator for ERC20 Token. No login. No setup. No coding required.
Stars: ✭ 202 (-20.47%)
Mutual labels:  ethereum, smart-contracts, truffle
react-truffle-metamask
Build an DApp using react, redux, saga, truffle, metamask
Stars: ✭ 25 (-90.16%)
Mutual labels:  smart-contracts, truffle
eth-decoder
Simple library to decode ethereum transaction and logs
Stars: ✭ 32 (-87.4%)
Mutual labels:  smart-contracts, truffle
trufflepig
🍄🐷Truffle contract artifact loading tool for local development
Stars: ✭ 45 (-82.28%)
Mutual labels:  smart-contracts, truffle
create-truffle-dapp
Create and deploy Truffle projects with no configuration.
Stars: ✭ 17 (-93.31%)
Mutual labels:  smart-contracts, truffle
Awesome Buggy Erc20 Tokens
A Collection of Vulnerabilities in ERC20 Smart Contracts With Tokens Affected
Stars: ✭ 251 (-1.18%)
Mutual labels:  ethereum, smart-contracts
solidity-contracts
📦 Resources for the Ethereum Smart Contract Development tutorial series.
Stars: ✭ 64 (-74.8%)
Mutual labels:  smart-contracts, truffle
idex-contracts-whistler
IDEX 2.0 smart contracts
Stars: ✭ 43 (-83.07%)
Mutual labels:  smart-contracts, truffle
starter-kit-gsn
An OpenZeppelin starter kit focused on GSN.
Stars: ✭ 39 (-84.65%)
Mutual labels:  smart-contracts, truffle
web3j-example
Android web3j example
Stars: ✭ 27 (-89.37%)
Mutual labels:  smart-contracts, truffle

truffle-flattener

npm

Truffle Flattener concats solidity files from Truffle and Buidler projects with all of their dependencies.

This tool helps you to verify contracts developed with Truffle and Buidler on Etherscan, or debugging them on Remix, by merging your files and their dependencies in the right order.

If you are still using Truffle, we recommend you try Buidler, our Ethereum development environment, which is much faster and flexible.

Installation

npm install truffle-flattener -g

Usage

Just intall it with npm in your truffle project and run truffle-flattener <solidity-files>.

Limitations

Aliased imports (eg: import {symbol1 as alias, symbol2} from "filename";) are not supported by truffle-flattener.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].