mirror of https://github.com/embarklabs/embark.git
b021689387
This commit adds a convenience API `artifacts.require(name)` that aims to make requiring artifacts a little bit more straight forward. Usage: ``` const SimpleStorage = artifacts.require('SimpleStorage'); const EmbarkJS = artifacts.require('EmbarkJS'); ``` |
||
---|---|---|
.. | ||
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.