ICHAIN, currently on ichain.io is a decentralized solution for storing media images (possibly videos as well). Ichain is designed to work either on a local Ethereum chain ( see more details here ) or a public Ethereum chain. There is also a potential to use ichain with other chains in the future such as the Bicoin Blockchain or the Namecoin Blockchainbut for now the focus is on Ethereum only.
Due to extremly high costs for adding data intro the Blockchain trough Smart Contracts etc, only hashes ( md5 hashes to be more exact ) of images will be saved into the main chain and possibly small thumbnails into the private blockchain.
Download the project zip file or use git and install after installing all the prerequisities.
node index
or nodejs index
The following are tested
nodejs-legacy v0.10.25; npm v1.4.21; geth Version: 1.3.3/1.4.0-unstable;
- Node.js - Download then install, view nodeschool for more or tutsplus
apt-get install nodejs-legacy
- Npm - Download then install
apt-get install npm
- Go Ethereum - Download then install or the compiled binaries
bash <(curl -L https://install-geth.ethereum.org)
- TBD
- Andy B - Andysign
This project is not licensed -- the license type is TBD
- Big thanks to H. ;)