Zap is a decentralized file storage application built over ethereum blockchain and ipfsπ¦π
.
βββ client # Client application for Zap
βββ contracts # Test for zap smart contract
βββ migrations # Zap smartcontract
βββ test # Migration for deploying the smartcontract
βββ LICENSE
βββ README.md
Make sure you have metamask, ganache and truffle installed.
Setup a local blockchain with ganache.
Run truffle migrate --reset
Run npm start
Go to the /test directory
Run truffle test