mirror of https://github.com/embarklabs/embark.git
d684b9af0f
Effectively deprecate the `embarkjs-connector-web3` package but don't introduce a breaking change by simply not loading the plugin if it's specified in a DApp's `embark.json`. If the deprecated plugin is specified, display a message indicating the plugin was ignored and suggesting it be removed from the project's `embark.json` and `package.json`. |
||
---|---|---|
.. | ||
contracts | ||
privatenet | ||
rinkeby | ||
ropsten | ||
test | ||
.npmrc | ||
CHANGELOG.md | ||
README.md | ||
blockchain.json | ||
contracts.json | ||
embark.json | ||
ens.json | ||
package.json |
README.md
embark-dapp-test-contracts
Test DApp for integration testing purposes
In the top-level of the monorepo
yarn globalize
to make development embark available on the global PATH.
In this directory
embark run
to check if everything is behaving as expected.
embark test
to see tests are working as expected.