darq-truffle
What you need today, tonight.
Nightly build of truffle.
- ⚠️ Do not use in production. ⚠️
- ⚠️ Unstable & unsupported. ⚠️
darq-truffle
provides quick access to truffle
bug-fixes and exposure to experimental branches that contain breaking changes. It has no set publication schedule.
Install
$ npm -g darq-truffle # Working branch of the current major release.
$ npm -g darq-truffle@next # Working branch of the next major release.
Use
$ darq-truffle migrate --network casper # Example command
See what's available.
Tags generally correspond to truffle repo branches.
$ npm view darq-truffle
> { name: 'darq-truffle',
'dist-tags':
{ latest: '4.1.4-latest.5',
next: '5.0.0-next.3' },
.. etc ..