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.
- Host: GitHub
- URL: https://github.com/cympletech/dao
- Owner: CympleTech
- License: apache-2.0
- Created: 2021-04-28T02:44:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-28T03:52:38.000Z (about 4 years ago)
- Last Synced: 2023-03-21T22:27:00.569Z (over 3 years ago)
- Topics: dao, web3
- Language: Rust
- Homepage:
- Size: 161 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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
```