embark/dapps/templates/boilerplate
Pascal Precht b021689387 feat(@embark/test-runner): introduce artifacts.require API
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');
```
2020-02-12 14:17:30 -05:00
..
app chore: update site urls 2020-01-28 12:07:17 -05:00
config chore: update site urls 2020-01-28 12:07:17 -05:00
contracts build: make DApp templates member packages of the monorepo 2019-03-05 10:20:57 -06:00
test feat(@embark/test-runner): introduce artifacts.require API 2020-02-12 14:17:30 -05:00
.npmrc build: make DApp templates member packages of the monorepo 2019-03-05 10:20:57 -06:00
CHANGELOG.md chore(prerelease): 5.2.0-nightly.1 2020-02-08 00:12:06 +00:00
README.md chore: update site urls 2020-01-28 12:07:17 -05:00
dot.gitignore build: make DApp templates member packages of the monorepo 2019-03-05 10:20:57 -06:00
dot.npmrc build: make DApp templates member packages of the monorepo 2019-03-05 10:20:57 -06:00
embark.json build(deps): bump solc from 0.5.0 to 0.6.1 2020-01-23 14:20:42 -05:00
package.json chore(prerelease): 5.2.0-nightly.1 2020-02-08 00:12:06 +00:00

README.md

embark-dapp-template-boilerplate

Basic DApp template for Embark

Visit framework.embarklabs.io to get started with Embark.