a contract to be able to store data like a database and not have to have a backend server
A contract to be able to store data like a database and not have to have a backend server. This allows entries to be made in the database and retrieved from the database. Currently with limited functionality, future development is planned to move from ethereum to ipfs to save on fees and being able to query data instead of retrieving a blob of data.
This project uses the Ethereum smart contract language solidity to create a smart contract that can store and retrieve values. Remix was also used to format the code and compile and deploy the smart contract on a testing chain to test the functionality with a mocked Ethereum wallet.