I just deployed and ICRC locally but since I did it from its own directory (following these instructions icrc1/readme.md at main · NatLabs/icrc1 · GitHub), I had to do create a new replica with
dfx start --background --clean
Whereas I want it to be deployed in an already-running replica (running from another directory).
How do I instruct the deployment of the ICRC token such that it’s deployed to the existing replica without co-mingling both the token and the other project’s repos?
Would that be the right approach? The aim is to call and interact with the ICRC canister from my other canister deployed in the other replica.