Update readme

This commit is contained in:
silverpill 2021-10-10 09:55:33 +00:00
parent fea3c17700
commit 5ec6ee4a6a

View file

@ -12,6 +12,8 @@ Federated social network with smart contracts.
Demo instance: https://test.mitra.social/ (invite-only)
Smart contracts repo: https://codeberg.org/silverpill/mitra-contracts
## Requirements
- Rust 1.51+
@ -53,6 +55,12 @@ cargo run
cargo run --bin mitractl
```
### Run tests
```
cargo test
```
### Build for production
```
@ -121,3 +129,7 @@ Generate ethereum address:
```
mitractl generate-ethereum-address
```
## License
[AGPL-3.0](./LICENSE)