0.0.5 • Published 3 years ago

zarb-sdk v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

CI codecov

Zarb-SDK

Nodejs SDK to interact with zarb blockchain written in Typescript

Zarb blockchain (https://zarb.network)

Installation

  • npm
npm i zarb-sdk

Usage example

examples are provided under the exmaples directory

Development setup

clone repository and install dependencies and run tests

npm install --dev
npm test

Contributing

  1. Fork Repo
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request