Skip to content

Information about the EOS blockchain in the JSON file format.

Notifications You must be signed in to change notification settings

tbfleming/cib-eosjs-json

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status NPM

About

This repository contains information about the EOS blockchain in the JSON file format. The JSON format is used to help keep this information parsable and available to other programming languages.

API

./api/v1/chain.json

Run eosd or direct requests to a public node.

Usage:

curl http://127.0.0.1:8888/v1/chain/get_info
echo '{"block_num_or_id": 1}' | curl http://127.0.0.1:8888/v1/chain/get_block -d @-

Operations

./schema/generated.json

These operations update the blockchain. Because these are signed and stored in binary format a serialization and deserialization library is needed.

Environment

JSON

About

Information about the EOS blockchain in the JSON file format.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%