Skip to content
Frank Fox edited this page Jul 24, 2017 · 3 revisions

Welcome to the NEO-API-JS Wiki!

NEO-API-JS makes it easy to develop NEO block-chain applications by providing a collection of API methods for interacting with the network.

There are several endpoints available in the NEO ecosystem that provide API service access.

Full-Node JSON-RPC

Download and run a Full-Node from Neo Website

View all the possible service endpoints on neo.org RPC API. Scroll to the bottom of the page.

During startup, a Node uses a discovery protocol to find other nodes on the network. Static Nodes exists that help new nodes bootstrap their connection and get them included in the network.

These static nodes also provide a JSON-RPC interface. Applications can use the static nodes as an access point to the Neo network.

List of known static nodes:

http://seed1.neo.org:10332
http://seed2.neo.org:10332
http://seed3.neo.org:10332
http://seed4.neo.org:10332
http://seed5.neo.org:10332

AntChain Rest API

There are also a couple Web sites that offer a Rest API service. These provide a quick and easy way for applications to check public information about a block-chain without having to download and maintain a full copy of it. Keep in mind each API service was developed independently of each other.

antchain.xyz

antchain.org