kurtosis-tech / near-package

A Kurtosis package that spins up a local near testnet
8 stars 2 forks source link

How to use Kurtosis packages to set up configurations for an existing private network? #50

Open ThomasAqu1nas opened 3 months ago

ThomasAqu1nas commented 3 months ago

I'm racking my brain on how to use Kurtosis packages in such a scenario: I have a network up with four validators in Docker's network space, and I need to interact with this network, but the initialization scripts described at this link: https://docs.near.org/develop/testing/kurtosis-localnet do not answer my question: Can I set up environment variables by myself, for example, the NEAR_NODE_URL variable and others?

tedim52 commented 3 months ago

Hey @ThomasAqu1nas - just want to make sure I understand correctly: you were able to get a NEAR network setup locally using Kurtosis but you'd like to set your own environment variables?

Were the environment variables that you set in the [Setup Environment Variables] and subsequent alias command (https://docs.near.org/develop/testing/kurtosis-localnet#setup-environment-variables) section not working?