@angular-web3/schematics

A set of angular-cli schematics related to ethereum development

Usage no npm install needed!

<script type="module">
  import angularWeb3Schematics from 'https://cdn.skypack.dev/@angular-web3/schematics';
</script>

README

Getting Started With Schematics

This repository is a set of angular Schematic to create smart contract library using truffle

Unit Testing

npm run test will run the unit tests, using Jasmine as a runner and test framework.

Publishing

To publish, simply do:

npm run build
npm publish

That's it!