Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tkkwon1998 authored Jul 5, 2023
1 parent e9d486d commit 41e1be4
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -39,4 +29,4 @@ redis-server
## Docker
Use docker compose:

`docker compose up -d`
`docker compose up -d`

0 comments on commit 41e1be4

Please sign in to comment.