https://github.com/saranonearth/zap
Zap is a decentralized file storage application built over ethereum blockchain and ipfs📦🌐
https://github.com/saranonearth/zap
ethereum-blockchain ethereum-dapp ipfs ipfs-http-client reactjs smart-contracts truffle web3
Last synced: about 1 month ago
JSON representation
Zap is a decentralized file storage application built over ethereum blockchain and ipfs📦🌐
- Host: GitHub
- URL: https://github.com/saranonearth/zap
- Owner: saranonearth
- Created: 2020-11-13T04:19:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-27T18:20:50.000Z (over 5 years ago)
- Last Synced: 2025-06-17T06:11:26.524Z (12 months ago)
- Topics: ethereum-blockchain, ethereum-dapp, ipfs, ipfs-http-client, reactjs, smart-contracts, truffle, web3
- Language: JavaScript
- Homepage:
- Size: 529 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zap
Zap is a decentralized file storage application built over ethereum blockchain and ipfs📦🌐


### File structure
.
├── client # Client application for Zap
├── contracts # Test for zap smart contract
├── migrations # Zap smartcontract
├── test # Migration for deploying the smartcontract
├── LICENSE
└── README.md
### How to run localy?
Make sure you have metamask, ganache and truffle installed.
```
Setup a local blockchain with ganache.
Run truffle migrate --reset
Run npm start
```
### How to test the smart contract?
```
Go to the /test directory
Run truffle test
```