Skip to content

Commit

Permalink
update: add supertools as dependency and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardo-gnosis committed Sep 10, 2024
1 parent 5d20283 commit dc8b07a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ yarn start

### Docker Compose Up and create Access keys

If you do not reset the volume you will be able to reuse the sqlite database with latest data (access keys and enabled tokens)

```
docker-compose up --build -d
Expand All @@ -124,11 +126,11 @@ docker ps
docker exec -it <container_name_or_id> /bin/bash
docker exec -it faee3118d09e flask -A api create_access_keys
docker exec -it <container_name_or_id> flask -A api create_access_keys
docker exec -it faee3118d09e flask -A api create_enabled_token xDAI 100 0x0000000000000000000000000000000000000000 0.01 native
docker exec -it <container_name_or_id> flask -A api create_enabled_token xDAI 100 0x0000000000000000000000000000000000000000 0.01 native
docker logs -f faee3118d09e
docker logs -f <container_name_or_id>
```

3 changes: 2 additions & 1 deletion api/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-r requirements.txt

flake8==7.0.0
isort==5.13.2
isort==5.13.2
setuptools==1.0.1

0 comments on commit dc8b07a

Please sign in to comment.