ethereum plugin for Cardstack
npm install @cardstack/ethereumyarn installBecause 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.
* To view a working demo of this addon, run ember serve
* Visit your app at http://localhost:4200.
* npm test (Runs ember try:each to test your addon against multiple Ember versions)ember test
* ember test --server
*
* ember build`
For more information on using ember-cli, visit https://ember-cli.com/.