An open API service indexing awesome lists of open source software.

https://github.com/cympletech/dao

DAO service for ESSE.
https://github.com/cympletech/dao

dao web3

Last synced: 6 months ago
JSON representation

DAO service for ESSE.

Awesome Lists containing this project

README

          

# DAO service

WIP [Discuss](https://github.com/CympleTech/esse/discussions/20)

## Database prepare
``` shell
$ export DATABASE_URL=postgres://postgres@localhost/my_database
$ cargo install sqlx-cli --no-default-features --features postgres
$ sqlx database create
$ sqlx migrate run
```
[more details about sqlx](https://github.com/launchbadge/sqlx/tree/master/sqlx-cli)

## Running
``` shell
$ cargo run

```