- Install ipfs cli tool via given link for your platform. Arm systems are not supported at the moment.
- Run theese commands in cli
ipfs init
ipfs daemonThese commands will initialize you local ipfs node and run it.
3. Create you own .env file in the project root, add necessary variables (see .env.example)
4. Run the application
cargo build --release
cargo run