0.0.5 • Published 5 years ago
zarb-sdk v0.0.5
Zarb-SDK
Nodejs SDK to interact with zarb blockchain written in Typescript
Zarb blockchain (https://zarb.network)
Installation
- npm
npm i zarb-sdkUsage example
examples are provided under the exmaples directory
Development setup
clone repository and install dependencies and run tests
npm install --dev
npm testContributing
- Fork Repo
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request