mirror of https://github.com/embarklabs/embark.git
5359cc63da
Before, `embark build` would wait at the end if there was an afterDeploy, because there was no way with the old string and array syntax to know when the commands were done. Now, with the function syntax, we can wait for the end. This way, we can exit the build at the end if it is a function afterDeploy. Otherwise, we show a message saying that they should update |
||
---|---|---|
.. | ||
contracts | ||
privatenet | ||
rinkeby | ||
ropsten | ||
test | ||
.npmrc | ||
CHANGELOG.md | ||
README.md | ||
blockchain.json | ||
contracts.js | ||
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.
Visit framework.embarklabs.io to get started with Embark.