1 2 3 4 5 6
#!/bin/bash # make a copy of me to .env.sh # and source me: # source ./env.sh export HTTP_NODE_URL = <ex. alchemy node url> export WS_NODE_URL = <ws node url>