PointerDapp is a simple application that we developed to show you one possible use case of the Blockchain.
We developed a distributed chat, you can create (or delete) groups and you can send and receive messages.
We presented our work during the GDG DevParty Together 2020, you can see here the video of our talk (in italian). Slides are available here
Alessandro Berti π¨βπ» |
Luca Corbucci π¨βπ» |
Eugenio Paluello π¨βπ» |
In this repo you can find two main folders:
- smart_contract: this folder contains the solidity code of the two contracts we wrote.
- frontend: this folder contains the frontend code written using ReactJS.
You can try our application using the following link: http://pointerdapp.it:3000.
To try our application you need to install Metamask in your browser, you can use this extension in Chrome, Firefox and Brave https://metamask.io.
Our smart contracts are deployed on the Rinkeby test net, to use all the features of the distributed application you need an address and you have to charge your account using this link.
This is a project that we developed for the GDG DevParty, Feel free to open issues/pull requests to help us improve this project.
This project is licensed under the MIT License - see the License file for details