-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9d486d
commit 41e1be4
Showing
1 changed file
with
1 addition
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,16 +8,6 @@ Open-source backend for efficiently serving Canto data built using [Redis](https | |
- `redis 7.0` ([install here](https://redis.io/docs/getting-started/installation/)) | ||
## Quickstart | ||
|
||
```bash | ||
CANTO_MAINNET_RPC_URL = | ||
PORT = :3000 | ||
DB_HOST = localhost | ||
DB_PORT = 6379 | ||
CANTO_MAINNET_GRPC_URL = | ||
MULTICALL_ADDRESS = | ||
QUERY_INTERVAL = 3 | ||
``` | ||
|
||
```bash | ||
# clone repo | ||
git clone [email protected]:Plex-Engineer/canto-api.git | ||
|
@@ -39,4 +29,4 @@ redis-server | |
## Docker | ||
Use docker compose: | ||
|
||
`docker compose up -d` | ||
`docker compose up -d` |