embark/packages/stack/contracts-manager
Jonathan Rainville 2f5c16b8cd fix(@embark/contracts): fix ENS contracts not being resolved as deps
This was caused by the fact that we add the ENS contract to the
manager when before they deploy, but the dependency resolution was
done while building the contracts, so even before.
So the solution was to add a "before build" action so that the ENS
module could add its contracts to the manager if needed.
2020-01-29 10:15:48 -05:00
..
src fix(@embark/contracts): fix ENS contracts not being resolved as deps 2020-01-29 10:15:48 -05:00
.npmrc move embarkjs packages & remove embark- prefix from some folders (#1879) 2019-09-06 18:26:08 -04:00
CHANGELOG.md chore(prerelease): 5.1.1-nightly.0 2020-01-29 00:12:23 +00:00
README.md chore: update site urls 2020-01-28 12:07:17 -05:00
package.json chore(prerelease): 5.1.1-nightly.0 2020-01-29 00:12:23 +00:00
tsconfig.json build: implement collective typecheck 2019-12-13 13:59:47 -05:00
tslint.json move embarkjs packages & remove embark- prefix from some folders (#1879) 2019-09-06 18:26:08 -04:00

README.md

embark-contracts-manager

Smart contracts manager for Embark

Visit framework.embarklabs.io to get started with Embark.