Setup the environment
Integrating the Partisia Platform into your applications is easier, when you can have a local deployment running on your machine.
Follow the run the Platform on your machine guide, if you do not have a running local deployment yet.
To help you view and interact with the local deployment, you can create a configuration
for your cargo pbc, such that the commands targets the local deployment.
Create and set the configuration targeting your local deployment, by running the following command.
cargo pbc config net local "http://localhost:9432,http://localhost:8300" --default
The browser is available here.