@abaxx/abaxx-id

Abaxx ++ Protocol

Usage no npm install needed!

<script type="module">
  import abaxxAbaxxId from 'https://cdn.skypack.dev/@abaxx/abaxx-id';
</script>

README

Abaxx ID++ Protocol

v. 1.2.5

1. Clone this repo

git clone  https://github.com/abaxxtech/abaxx-api.git

2. Usage in your application

yarn add @abaxx/abaxx-id

3. Build and run local blockchain and IPFS server

yarn build will generate this file and save it to dist/index.js.

yarn

yarn build 

yarn start 

this will run a local test ethereum blockchain and ipfs

You can use https://explorer.abaxx.id to monitor transactions

4. Lib Tests

yarn test:js

5. Smart Contract Tests

yarn test:contracts

6. Deployment

yarn publish