Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qnkhuat/engrave
Write message onto the ethereum chain
https://github.com/qnkhuat/engrave
ethereum hardhat
Last synced: 6 days ago
JSON representation
Write message onto the ethereum chain
- Host: GitHub
- URL: https://github.com/qnkhuat/engrave
- Owner: qnkhuat
- Created: 2021-09-06T03:04:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T02:39:26.000Z (about 3 years ago)
- Last Synced: 2023-03-09T08:56:12.199Z (over 1 year ago)
- Topics: ethereum, hardhat
- Language: TypeScript
- Homepage: https://engrave.on.fleek.co
- Size: 2.36 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Engrave - Write message into the ethereum chain
# What it does?
It's an easy way for you to write text messages into ethereum chain by sending a 0.0ETH transaction to yourself with a data input## Why?
Well, if you think about the history of humanity. Our ancient greeks __engrave__ on rocks so that after thousands of years we can still learn about their life.So, Maybe... (just maybe) the ethereum chain could be the __rocks__ of our generation.
If you want to preserve your quotes, or lyrics you wrote, or just a message to someone in the future, you can use __engrave__ to do that.
Also, I'm learning about web3 so I think it'd be fun to build this
# Build with
- [Fleek](https://fleek.co/) - Deploy the front-end on IPFS
- [Hardhat](https://hardhat.org/) - for the development of smart contract
- [Ethers](https://docs.ethers.io/) - library to interact with Ethereum blockchain# Engrave smart contract
This project comes with a smart contract to stores transactions that users send to the chain using EngraveBy adding to this smart contract users can query all message they wrote using their wallet address
Currently this contract is deployed on:
- [Ropsten](https://ropsten.etherscan.io/address/0xf166427615c41206246ff3e2d8332f4890b38068)Soon to be deployed:
- Kovan
- Rinkeby
- Goerli
- Ethereum Mainnet## The icon