This is a project based on blockchain to Create a web page where user can post texts and get paid by other users of the site for a post in the form of a tip which is given in form of a cryptocurrency known as ETHER.
The transactions are carried out by smart contracts which automate all transfers of cryptocurrency and are also responsible for posting on the blockchain for questions on ganache. This project uses Web 3.0 which helps in converting our ether or any other cryptocurrency we use to “Wei” and vice-a-versa.
- Blockchain technology using Ganache - a local blockchain
- Solidity programming language to create smart contracts
- HTML, CSS, JavaScript and Bootstrap for front-end
- MetaMask - For managing cryptocurrency wallet interacting with Ethereum Blockchain Network
- Truffle and Ganache - For deploying and simulating a local blockchain over the host machine
- Npm - Installing node packages and giving commands for deploying modules.
- This is a project deployed on the blockchain network which allows different users to post on a website it also allows monetary transactions in ether and allows users to tip in ether on different posts of different users.
- Due to the nature of the blockchain technology, it is immutable which causes it to be secure on the condition that the number of users have crossed the critical threshold and also provides anonymity to the user.
- It cuts out the middleman and directly transfers the funds to the wallets of the users.