Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soulmachine/eos-endpoint

Retrieve a list of valid EOS API endpoints
https://github.com/soulmachine/eos-endpoint

blockchain eos eosio eosjs

Last synced: about 2 months ago
JSON representation

Retrieve a list of valid EOS API endpoints

Awesome Lists containing this project

README

        

# eos-endpoint

Retreive a list of valid EOS API endpoints.

[![NPM](https://nodei.co/npm/eos-endpoint.png?downloads=true&downloadRank=true)](https://nodei.co/npm/eos-endpoint/)

## How to use

```javascript
const getApiEndpoints = require('eos-endpoint').default; // eslint-disable-line import/no-unresolved

(async () => {
const endpoints = await getApiEndpoints();
console.info(endpoints); // eslint-disable-line no-console
})();
```

## Quickstart

```bash
npx eos-endpoint
```

## References

- [API endpoints :: EOSDocs.io](https://www.eosdocs.io/resources/apiendpoints/)
- [EOS Network Monitor](https://eosnetworkmonitor.io/)