https://github.com/dimorphic/storex
Decentralized, Secure storage solution using IPFS protocol.
https://github.com/dimorphic/storex
Last synced: 5 months ago
JSON representation
Decentralized, Secure storage solution using IPFS protocol.
- Host: GitHub
- URL: https://github.com/dimorphic/storex
- Owner: dimorphic
- License: mit
- Created: 2023-02-06T10:44:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T23:00:37.000Z (over 3 years ago)
- Last Synced: 2025-06-17T19:03:22.977Z (about 1 year ago)
- Homepage:
- Size: 292 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StoreX

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
Try running some of the following tasks:
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
```