group-monkey / jutkey-api

Jutkey API is a decentralized wallet API that runs on the IBAX Guardian node and can be used to query data on the IBAX network.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jutkey API

Go Reference

Jutkey API is a decentralized wallet API that runs on the IBAX Guardian node and can be used to query data on the IBAX network.

Deploy and Configure

You need to deploy your own IBAX Guardian node.

You can refer to Deployment of A IBAX Network

Then connect to your IBAX Guardian node database.

Build from Source

$ GO111MODULE=on go mod tidy -v

$ go build -o jutkey-api

Run

Starting jutkey-api.

$   jutkey-api start

About

Jutkey API is a decentralized wallet API that runs on the IBAX Guardian node and can be used to query data on the IBAX network.


Languages

Language:Go 99.7%Language:Shell 0.2%Language:Makefile 0.1%