mirror of https://github.com/embarklabs/embark.git
d3200e333d
`.deploy()` is an alias to `.new()` and in other tools also no longer used as API to deploy instances. In addition, we don't want it to shadow the original web3 `deploy()` API which actually caused a breeaking change. |
||
---|---|---|
.. | ||
another_folder | ||
app | ||
config | ||
some_folder | ||
test | ||
.npmrc | ||
CHANGELOG.md | ||
README.md | ||
embark.json | ||
package.json | ||
test.file |
README.md
embark-dapp-test-app
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.