Contract Address 0x5AFBFda4537e86010cf6BB16Db4B82a420A5289a
- Allows you upload files on IPFS (A decentralised way to store files)
- Give access to users
- Three level of access [View, Comment & Edit, Delete]
- It removes traditional for loops from solidity with help of maps and events which is indexed through
TheGraph
and queried with help ofGraphQL
- Saves over 22% in deploy gas as compared it to the approach used by CodeEater
- You will need to have
Sepolia ETH
- Clone the repo
- Do
yarn install
to install the dependencies yarn dev
to run on localhost