An open API service indexing awesome lists of open source software.

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📦🌐

Awesome Lists containing this project

README

          

# zap
Zap is a decentralized file storage application built over ethereum blockchain and ipfs📦🌐

![Preview1](https://i.ibb.co/2W81V5F/preview2.png)
![Preview1](https://i.ibb.co/VJjVyyz/preview1.png)

### 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
```