Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eosjs-json

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eosjs-json

Information about the EOS blockchain in the JSON file format.

  • 2.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
111
increased by1750%
Maintainers
2
Weekly downloads
 
Created
Source

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.

  • fcbuffer - JavaScript

Updating Generated Types

./update_types.sh

Environment

JSON

Keywords

FAQs

Package last updated on 04 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc