Releases: Encrypt-S/kauri-api
Releases · Encrypt-S/kauri-api
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
-
Download the proper
kauri-api
binary from releases -
Extract
kauri-api
release -
Locate the dir containing extracted binaries
cd [extract-dir]
-
Run the Go app
./kauri-api
-
Ensure you have NAV daemon (
navcoind
) running in your Activity / Process Monitor -
Setup Postman or something similar to test Kauri API endpoints