Let's try initializing a new project with a preferred seed configured. ``` $ rad init --name heartwood --description "Radicle Heartwood Protocol & Stack" --no-confirm --public --scope followed Initializing public radicle 👾 project in . ✓ Project heartwood created. Your project's Repository ID (RID) is rad:z3Rry7rpdWuGpfjPYGzdJKQADsoNW. You can show it any time by running `rad .` from this directory. ✓ Project successfully synced to 1 node(s). Your project has been synced to the network and is now discoverable by peers. View it in your browser at: https://app.radicle.xyz/nodes/[...]/rad:z3Rry7rpdWuGpfjPYGzdJKQADsoNW To push changes, run `git push`. ```