Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ceptln/ethereum-smart-contrat

A smart contract on the Ethereum blockchain (Rinkeby Network) with Solidity and a web interface to interact with it.
https://github.com/ceptln/ethereum-smart-contrat

Last synced: about 2 months ago
JSON representation

A smart contract on the Ethereum blockchain (Rinkeby Network) with Solidity and a web interface to interact with it.

Awesome Lists containing this project

README

        

# Anchor your intuitions in Blockchain

## Idea
This project is the deployment of a smart contract on the Ethereum blockchain (Rinkeby Network) with Solidity and a web interface to interact with it.
The idea is to enable any one with an Ethereum Wallet to write and store its intuitions and predictions about the future on the blockchain.

## Implementation
- Built and deployed a smart contract with Solidity on Ethereum Rinkeby Network (test network)
- Created a UI to interact with the smart contract

## Demo
The webapp is available here: https://waveportal-starter-project.ceptln.repl.co/
You need an Ethereum Wallet to interact with the smart contract.

![alt text](https://github.com/ceptln/ethereum-smart-contrat/blob/main/screenshot_website_1.png)
![alt text](https://github.com/ceptln/ethereum-smart-contrat/blob/main/screenshot_website_2.png)

## Acknowledgements
This project is closely inspired by buildspace.so tutorials and most of the code snipets come from there.
Thanks to buildspace.so amazing community.