Secure article writing Using IPFS, Blockchain.
- One of the first decentralised blogging platform.
- First system using IPFS, Blockchain and Data Encryption
- Decentralised, Distributed, Secure
Requirements
- Ganache for Local Blockchain
- Metamask Wallet
- Network setup on Local Blockchain
Clone the repository to your loacal machine
git clone https://github.com/aptgetinfo/web3-react.git
Change Directory to the base folder
cd web3-react
Install the Dependencies
npm install
Run the Development Environment
npm start
WriteUp stores your files in a distributed way on IPFS, and stores the Encrypted content ID on Blockchain.
-
InterPlanetary File System peer-to-peer network for storing and sharing data in a distributed manner.
-
Distributed and Decentralised File Sharing system
-
A file gets divided into pieces and gets distributed whole over internet
-
Files gets encrypted and gets uploaded
-
Blockchain is a shared, immutable ledger that facilitates the process of recording transactions and tracking assets in a business network.
-
Distributed Decentralised network helps in easy transfer of file.
-
The project is built on ethereum and ensures security through a smart contract.
-
Completely anonymous and secure.
-
No signups to get started, just a MetaMask wallet and gas fees.
-
File gets stored on IPFS
-
File gets stored in distributed format over multiple number of nodes.