Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/soulmachine/eos-endpoint
- Owner: soulmachine
- License: apache-2.0
- Created: 2019-11-24T00:16:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T05:09:22.000Z (about 5 years ago)
- Last Synced: 2024-08-09T09:30:58.380Z (5 months ago)
- Topics: blockchain, eos, eosio, eosjs
- Language: TypeScript
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)