Skip to content

InfraBlockchain/block-explorer-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfraBlockchain block-explorer-backend

InfraBlockchain Explorer API Server Backend connected to a mongodb blockchain log store managed by mongo_db_plugin of InfraBlockchain.

InfraBlockchain Explorer API server (Public-Test-Net)

http://testnet-sentinel-explorer.yosemitelabs.org

REST API Testing and Documentation (Swagger)

http://testnet-sentinel-explorer-api.yosemitelabs.org/

Action APIs

API endpoint Description
GET /action/{id} Get a action data by action-id
GET /transaction/{txid}/actions/{idx} Get a action in a Transaction by transaction-id and action index
GET /transaction/{txid}/actions Search all Actions in a Transaction
GET /account/{name}/actions Search all Actions received by an account

Block APIs

API endpoint Description
GET /blocks Search all Blocks
GET /block/id/{id} Get a block data by block-id
GET /block/{num} Get a block data by block-number

Transaction APIs

API endpoint Description
GET /block/{blockNum}/transactions Search all Transactions in a Block
GET /transactions Search all Transactions
GET /transaction/{id} Get a transaction data by transaction-id

About

YOSEMITE Blockchain Explorer API Server Backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published