Skip to content

v0.1.2

Latest
Compare
Choose a tag to compare
@zanuka zanuka released this 20 Jun 03:03
· 3 commits to master since this release
v0.1.2

Reference the README for full details.

API Development

Installation for Developers working on the Kauri API

go get -u github.com/golang/dep/cmd/dep
go get github.com/Encrypt-S/kauri-api
dep ensure
go run app/main.go

This should build the app and provide you with API functionality @ 127.0.0.1:9002

UI Development

Installation for Developers working on the Kauri Wallet

  1. Download the proper kauri-api binary from releases

  2. Extract kauri-api release

  3. Locate the dir containing extracted binaries cd [extract-dir]

  4. Run the Go app ./kauri-api

  5. Ensure you have NAV daemon (navcoind) running in your Activity / Process Monitor

  6. Setup Postman or something similar to test Kauri API endpoints

Swagger Spec

https://app.swaggerhub.com/apis/Encrypt-S/kauri-api/0.1.1