embark/dapps/templates/boilerplate
dependabot-preview[bot] 9caa424aeb build(deps): bump solc from 0.5.0 to 0.6.1
Make various related changes to templates, tests, etc. The methodology for
finding files that needed changes was to search through the whole monorepo for
the strings "solc" and "solidity" and then inspect the hits to see whether
changes were needed/appropriate.

Remove `solc` as a dependency in `packages/embark/package.json` so that it's
only a proper dependency in `packages/plugins/solidity/package.json`. Adjust
how the "bundled" `solc` package's version is determined, i.e. inspect the
`package.json` of `embark-solidity` instead of `embark`.

When `solc`'s version is `>=0.6.0` use the [new callback API][api].

[api]: https://github.com/ethereum/solc-js/blob/master/README.md#example-usage-with-import-callback
2020-01-23 14:20:42 -05:00
..
app fix(@embark/dapps): old link updated to the latest documentation at website 2019-06-11 09:50:44 -04:00
config chore: rename org references from embark-framework to embarklabs 2020-01-16 15:36:29 -05:00
contracts build: make DApp templates member packages of the monorepo 2019-03-05 10:20:57 -06:00
test fix(templates): fix templates because tests don't like empty files 2019-06-21 11:00:27 -04:00
.npmrc build: make DApp templates member packages of the monorepo 2019-03-05 10:20:57 -06:00
CHANGELOG.md chore(prerelease): 5.1.0-nightly.4 2020-01-23 00:13:38 +00:00
README.md chore: rename org references from embark-framework to embarklabs 2020-01-16 15:36:29 -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.1.0-nightly.4 2020-01-23 00:13:38 +00:00

README.md

embark-dapp-template-boilerplate

Basic DApp template for Embark

Visit embark.status.im to get started with Embark.