https://github.com/resilientapp/relensesbackend
https://github.com/resilientapp/relensesbackend
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/resilientapp/relensesbackend
- Owner: ResilientApp
- License: apache-2.0
- Created: 2024-05-01T05:33:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T21:18:30.000Z (over 1 year ago)
- Last Synced: 2025-06-14T20:52:01.092Z (about 1 year ago)
- Language: JavaScript
- Size: 39.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# res-lenses-backend
## Links
- Blog: [https://blog.resilientdb.com/2024/05/21/ResLenses.html](https://blog.resilientdb.com/2024/05/21/ResLenses.html)
- Demo Video: [https://www.youtube.com/watch?v=IzGxG4_WkDQ](https://www.youtube.com/watch?v=IzGxG4_WkDQ)
- Front-End repo: [https://github.com/ResilientApp/ReLensesBackend](https://github.com/ResilientApp/ReLensesBackend)
## Create an API key
This uses an API key for aquiring ethereum data from the bitquery service.
- Go to [https://bitquery.io/](https://bitquery.io/) and click on 'Get API Key'
- Create an account and get a free developer API key
- In api_key.json, insert your api key.
## Running the backend
- Have Node installed
- Go to project folder
- Run 'npm install'
- Run 'node .' to launch