2.0.3 • Published 6 years ago

eosjs-json v2.0.3

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

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

4.0.2

6 years ago

4.0.1

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago