Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 2.69 KB

README.md

File metadata and controls

49 lines (30 loc) · 2.69 KB

PointerDapp 💬

License

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
Alessandro Berti

👨‍💻
Luca Corbucci
Luca Corbucci

👨‍💻
Eugenio Paluello
Eugenio Paluello

👨‍💻

Code 👩‍💻

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.

How to try PointerDapp 🚀

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.

Contributing

This is a project that we developed for the GDG DevParty, Feel free to open issues/pull requests to help us improve this project.

License ©️

This project is licensed under the MIT License - see the License file for details