Skip to content

Commit

Permalink
Merge branch 'release/0.1.0' into master-cere
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
  • Loading branch information
Andrei Navoichyk committed Oct 19, 2021
2 parents 64cf5d5 + f9bfb3a commit e00f8a3
Show file tree
Hide file tree
Showing 15 changed files with 438 additions and 29 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Cerestats

vNext
- Added API to add and get EDP info.
## vNext
- ...

## v0.1.0
- Adapted for Cere Network.
- Added API to add and get EDP info.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ After that you need to access to Hasura console at http://localhost:8082 and:

- Login as admin using the password you previously set in `HASURA_GRAPHQL_ADMIN_SECRET`
- Track all tables
- For all tables go to Permissions and add a new ROLE named 'public' ony with SELECT permissions.
- For all tables enable aggregate under Permissions tab.
- For all tables go to Permissions and:
- Add a new ROLE named 'public' with SELECT permissions.
- Enable aggregate permissions.


### Frontend
Expand All @@ -89,4 +90,4 @@ Generate a static build under `frontend/dist` directory:

```bash
yarn workspace frontend generate
```
```
Loading

0 comments on commit e00f8a3

Please sign in to comment.