Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bro-n-bro/osjuno
https://github.com/bro-n-bro/osjuno
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bro-n-bro/osjuno
- Owner: bro-n-bro
- License: mit
- Created: 2021-08-31T16:38:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T15:14:34.000Z (about 3 years ago)
- Last Synced: 2024-05-19T00:36:05.468Z (6 months ago)
- Language: PLpgSQL
- Size: 57.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# osjuno - Juno impl for Osmosis network
Swaps and Pools data index.
If you have any problems with or questions about this software, please contact us through
a [GitHub issue](/../../issues). You are invited to
contribute [new features, fixes, or updates](/../../issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22), large or
small; We are always thrilled to receive pull requests, and do our best to process them as fast as we can.## Postgres + Hasura + osjuno installation using docker-compose
Adjust settings using [.env file](./.env).`Run deploy script:
```bash
docker-compose up --build
```To delete all installation data run next command:
```bash
docker-compose down -v
```## Useful links
* [BDjuno repo](https://github.com/forbole/bdjuno)
* [Juno repo](https://github.com/RiccardoM/juno)