@cardstack/ethereum
v0.14.38-patch.0
Published
ethereum plugin for Cardstack
Downloads
720
Readme
@cardstack/ethereum
yarn install
Development in Windows
Because of the dependency on sha3
, you will need to have C++ binaries and the Python executable available during yarn install
. The easiest way to do this in Windows:
npm install --global --production windows-build-tools
Refer to the repo for more info.
Running
- To view a working demo of this addon, run
ember serve
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.