This is a living document and subject to change as Ursa changes.
Environment
Ubuntu
4vCPU & 8GiB Memory
Disk Usage after build ~10GB (36.4% of 24.05GB)
Port(s):
4069
Install dependencies
Install Rust (^1.65.0)
https://gist.github.com/BlueyNeilo/7f4bb0f13b0f89792371bc08ee3cb087
Install sccache
cargo install sccache
Install cmake
Install Ursa
Building ursa generates numerous warnings related to unused variables. These can be ignored.
example warnings:
Run
In another terminal window:
https://github.com/fleek-network/ursa
Ursa server must be running for this step
curl https://ipfs.io/ipfs/bafybeidqdywrzg7c3b4dmm332m4b7uiakgitplz2pep2zntederxpj3odi -o basic.car
ursa rpc put basic.car
Put car file done: "bafybeifyjj2bjhtxmp235vlfeeiy7sz6rzyx3lervfk3ap2nyn4rggqgei"
ursa rpc get bafybeifyjj2bjhtxmp235vlfeeiy7sz6rzyx3lervfk3ap2nyn4rggqgei ./output
ls -la ./output
and ls -la ./basic.car
From the usra
directory:
Resources