Skip to content

Releases: Encrypt-S/kauri-api

v0.1.2

20 Jun 03:03
v0.1.2
Compare
Choose a tag to compare

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

v0.1.1

20 Jun 01:14
v0.1.1
Compare
Choose a tag to compare
Kauri API release v0.1.1

v0.1.0

20 Jun 00:45
v0.1.0
Compare
Choose a tag to compare
Kauri API release v0.1.0

v0.0.3

18 Jun 21:46
v0.0.3
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
Kauri API v0.0.3

v0.0.2

18 Jun 21:10
v0.0.2
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
Kauri API v0.0.2

v0.0.1

05 Jun 02:24
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
kauri v0.0.1 dev release