0.1.6 • Published 5 years ago

truffle-solc-select v0.1.6

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Truffle Solc Select

This plugin can be used to compile smart contracts that require multiple solidity compiler versions. It does this by installing various versions on install and automatically selects the right version based on the smart contract pragma version.

Note: This feature is new and still in a super experimental state. Not ready for production!!!!

Plugin installation / usage

  1. Install the plugin from NPM.

    npm install --save-dev truffle-solc-select
  2. Add a plugins section to your Truffle config.

    module.exports = {
      /* ... rest of truffle-config */
    
      plugins: [
        "truffle-solc-select"
      ]
    }
  3. Run the command

    $ truffle run multicompile
0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago