Update readme
This commit is contained in:
parent
fea3c17700
commit
5ec6ee4a6a
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue