mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-12-22 19:49:24 +00:00
add screenshots
This commit is contained in:
parent
03f7bdef05
commit
e5bcc0a3c7
4 changed files with 9 additions and 0 deletions
|
@ -5,6 +5,8 @@ NEVidebla-EKOnomia (invisible economy)
|
||||||
[![cargo-build](https://github.com/creating2morrow/neveko/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/creating2morrow/neveko/actions/workflows/rust.yml)
|
[![cargo-build](https://github.com/creating2morrow/neveko/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/creating2morrow/neveko/actions/workflows/rust.yml)
|
||||||
[![cargo-audit](https://github.com/creating2morrow/neveko/actions/workflows/audit.yml/badge.svg?branch=main)](https://github.com/creating2morrow/neveko/actions/workflows/audit.yml)
|
[![cargo-audit](https://github.com/creating2morrow/neveko/actions/workflows/audit.yml/badge.svg?branch=main)](https://github.com/creating2morrow/neveko/actions/workflows/audit.yml)
|
||||||
|
|
||||||
|
![home](./assets/home.png)
|
||||||
|
|
||||||
### gpg and i2p made simple for E2EE marketplace, messaging and more
|
### gpg and i2p made simple for E2EE marketplace, messaging and more
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
@ -90,3 +92,8 @@ most of the complex logic stays in neveko-core, exported from [lib.rs](./neveko-
|
||||||
## Manual
|
## Manual
|
||||||
|
|
||||||
[the manual](./docs/man.md)
|
[the manual](./docs/man.md)
|
||||||
|
|
||||||
|
## Donations
|
||||||
|
|
||||||
|
This is just a hobby project but if anything here is useful donations are much appreciated!
|
||||||
|
No need to send xmr, donating time is fine. Just test code if you can and open issues. Thanks!
|
||||||
|
|
BIN
assets/home.png
Normal file
BIN
assets/home.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
BIN
assets/vendor.png
Normal file
BIN
assets/vendor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 130 KiB |
|
@ -1,5 +1,7 @@
|
||||||
# neveko-market
|
# neveko-market
|
||||||
|
|
||||||
|
![market](../assets/vendor.png)
|
||||||
|
|
||||||
## High-Level Order Lifecycle
|
## High-Level Order Lifecycle
|
||||||
|
|
||||||
* vendor adds a new product with description and price
|
* vendor adds a new product with description and price
|
||||||
|
|
Loading…
Reference in a new issue