A decentralized app that stores one image per address on the IPFS (InterPlanetary File System).
- Solidity
- Hardhat
- Ethers
- Chai
- NextJS
To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/miguelleonmarti/ipfs-test.git
- Install dependencies
npm install
- Run the test
npm run test