Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 623 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 623 Bytes

Insight - SAPI Explorer

A blockchain explorer for SmartCash.

Quick Start

To get started you only need to connect to a SAPI server;

Each node is a server, so you can pool the servers or choose your own;

You can check our Swagger for SAPI (SmartCash Decentralized API) calls: https://editor.swagger.io/

Import the swagger.json file that is in the root folder to see all API calls.

To list the servers you must use:

https://sapi.smartcash.cc/v1/smartnodes/list

Filter by actives nodes then you can random servers:

http://167.86.103.167:9678/v1/smartnodes/list

cd bitcore
npm install
npm start