Skip to content

GIN-coin/ginware-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ginware-backend

Exposes a Gincoin JSONRPC interface with 60s caching on masternodelist methods to be used by the GINware software for hardware wallets interfacing.

Prerequisites

  • Ubuntu 18.04
  • Docker & docker-compose
  • Certbot

Installation

git clone git@github.com:GIN-coin/ginware-backend.git /opt/ginware-backend
cd /opt/ginware-backend
certbot certonly -d ginware1.gincoin.io
openssl dhparam -out dhparam.pem 2048
docker-compose up -d

Example request

curl -X POST \
  https://ginware1.gincoin.io/ \
  -H 'Content-Type: application/json' \
  -d '{
	"jsonrpc":"2.0",
	"method":"getinfo",
	"params":[]
}'```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages