@cardstack/ethereum

ethereum plugin for Cardstack

Usage no npm install needed!

<script type="module">
  import cardstackEthereum from 'https://cdn.skypack.dev/@cardstack/ethereum';
</script>

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

Running Tests

  • npm test (Runs ember 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/.