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: 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T05:09:22.000Z (over 5 years ago)
- Last Synced: 2025-01-22T06:37:06.708Z (4 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.
[](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/)