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'); ``` |
||
---|---|---|
.. | ||
app | ||
config | ||
contracts | ||
test | ||
.npmrc | ||
CHANGELOG.md | ||
README.md | ||
dot.gitignore | ||
dot.npmrc | ||
embark.json | ||
package.json |
README.md
embark-dapp-template-boilerplate
Basic DApp template for Embark
Visit framework.embarklabs.io to get started with Embark.