Skip to content

Commit

Permalink
Updated README and added more platform sample images
Browse files Browse the repository at this point in the history
Completed MetaMask local and Mumbai tests. (#39)

Closes #39
  • Loading branch information
vexy committed Dec 26, 2022
1 parent 305893b commit 9a5ed0b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README-SR.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<div align="center">
<i>НАПОМЕНА: <b>ПРОЈЕКАТ ЈЕ БЕТА ТЕСТИРАЊУ</b></i>
<i>НАПОМЕНА: <b>ПРОЈЕКАТ ЈЕ ФАЗИ ЈАВНОГ ТЕСТИРАЊА</b></i><br>
Презентзација на: <a href="https://infoportal.app">https://infoportal.app</a>
</div>

!["Platform_sample"](/sample.png)

**Live презентација на:** https://infoportal.app

# Једноставна платформа за гласање
Овај репо садржи код _платформе за гласање_ написан у `Solidity`-ју и `TypeScript`-у. Део платформе је постављен на _Polygon_ блокчејн мрежу.
Expand All @@ -17,21 +16,25 @@

[![wakatime](https://wakatime.com/badge/github/vexy/simple_voting.svg)](https://wakatime.com/badge/github/vexy/simple_voting?style=for-the-badge)

> По потреби, проверавајте стање [пројекта](https://github.com/vexy/simple_voting/projects/1) и/или пријавите [проблем](https://github.com/vexy/simple_voting/issues).
## 📦 Основне функционалности
Платформ подржава следеће функционалности:
- Бесплатна регистрација
- Постављање нових питања
- Преглед постављених питања на платформи
- Одговарање на постављена питања

!["Platform_sample"](/sample2.png)
!["Platform_sample"](/sample3.png)
!["Platform_sample"](/sample1.png)

> По потреби, проверавајте стање [пројекта](https://github.com/vexy/simple_voting/projects/1) и/или пријавите [проблем](https://github.com/vexy/simple_voting/issues).
### Предуслови
За употребу ове платформе потребно је поседовање неког дигиталног новчаника (_digital wallet_) који је подешен за повезивање на блокчејн мрежу.
У овом тренутку, једино је подржан [MetaMask](https://metamask.io/) новчаник.

## Постављање на блокчејн мреже (_deployment_)
`Smart-contract` део је постављен на Polygon блокчејн мрежу. За више информација о постављању на глвне мреже, погледајте [`DEPLOYMENTS фајл`](/DEPLOYMENTS.md).
### Постављање на блокчејн мреже (_deployment_)
За више информација о постављању на глвне мреже, погледајте [`DEPLOYMENTS фајл`](/DEPLOYMENTS.md).

# Ауторски рад 🙌
На платформи су коришћени [CSS стилови](https://markodenic.com/tools/buttons-generator/) и материјали од [Markа Denića](https://github.com/markodenic).
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ Following is the set of supported features:
- report inapropriate content
- vote for specific options

!["Platform_sample"](/sample2.png)
!["Platform_sample"](/sample2.png)

### Deployment info
Checkout [deployment details](DEPLOYMENTS.md) for more instructions.

Expand Down
Binary file added sample1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9a5ed0b

Please sign in to comment.