I’m wondering if it's possible to use:
declare_id!(ENV::PROGRAM_ID);
This would allow me to work with several developers without needing to share:
wallet = "~/.config/solana/id.json"
I’m wondering if it's possible to use:
declare_id!(ENV::PROGRAM_ID);
This would allow me to work with several developers without needing to share:
wallet = "~/.config/solana/id.json"