Setup the environment
Prerequisites
Before setting up your integration environment, make sure you have:
Integrating the Partisia Platform into your applications is easier, when you can have a local deployment running on your machine.
Follow the creating a new platform deployment 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.