Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unluckyjung/yamconomy
https://github.com/unluckyjung/yamconomy
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/unluckyjung/yamconomy
- Owner: unluckyjung
- Created: 2019-03-17T04:32:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T12:17:06.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T13:57:52.455Z (7 months ago)
- Language: JavaScript
- Size: 22.1 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yamconomy
# What is Yamconomy?
## "Yamconomy" is a project focused at creating a wholesome review ecosystem using blockchain technology.## Diagram
![ex_screenshot](./img/설계도.png)## ecosystem
![ex_screenshot](./img/생태계.png)## Sequence Diagram
![ex_screenshot](./img/sequence1.2.png)## An introductory video.
https://www.youtube.com/watch?v=6vyz8LkPKZs## Add DataBase
### Account Table
| ID | PW(SHA-256) | Meta mask Account |
|----|----------------|-----------------------|
| YoonSung | 123 |45678919|
| NULL | NULL | NULL |----
### Review Table
| ID | Voting count | Writing number | Title | Body | Image|
|---|---------------|-------------------|-------|-------|-------|
| YoonSung| 12 | 1 | A | abcd | NULL |----
### Temp Table
**This is initialized every week**
| ID | Vote count |
|---|--------------|
|YoonSung| 3 |