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: 11 days ago
JSON representation
A smart contract on the Ethereum blockchain (Rinkeby Network) with Solidity and a web interface to interact with it.
- Host: GitHub
- URL: https://github.com/ceptln/ethereum-smart-contrat
- Owner: ceptln
- Created: 2021-12-26T19:23:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T16:23:11.000Z (about 2 years ago)
- Last Synced: 2024-02-13T09:06:15.496Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.53 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-buildspace - ethereum-smart-contrat
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.
## 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.