- If you don’t have Go, install it.
- If you don’t have IPFS , install it.
- How to spawn an IPFS node in Node.js and in the Browser
- How to spawn an IPFS private node and generate swarm key
Gateway Watchit Seeder
Start docker containers and starts movies migration.
Init and start bootstrap ipfs node. (Please wait until movies get ready migrated).
docker-compose up
After run migration and expose our node in gateway
Please copy entry hash in clients
file located in your root directory and the private key
as well. This keys will be requested on app login.
To configure your app please
Get ipfs "node id" using
docker-compose exec watchit_ipfs ipfs id -f=<id>
.
BOOTSTRAP_IP = {GATEWAY_IP}
BOOTSTRAP_HASH = {IPFS_NODE_ID}
In this file set your ENV variables.