Nodejs SDK to interact with zarb blockchain written in Typescript
Zarb blockchain (https://zarb.network)
- npm
npm i zarb-sdk
examples are provided under the exmaples directory
clone repository and install dependencies and run tests
npm install --dev
npm test
- 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