safe-cli
safe-cli copied to clipboard
Add interaction with other contracts and ABI
This repo is absolutely awesome, congrats on your work! It absolutely saved my life
To be more precise, I have a private network were I deployed the safe contracts from gnosis, then I wanted to have a front and I tried to use safe-react from gnosis but I couldn't get it to work with my private network...
Now my question is: are you planning on adding contract interactions to the CLI ? (like on the picture)
This will be really usefull
Just an another suggestion: when creating a safe, you should add the option to create it even if the address who does the Tx doesn't have funds, because this test is irrelevant on a private network with a gasPrice null
Cheers
This repo is absolutely awesome, congrats on your work! It absolutely saved my life
Hi @soragXYZ that's really good to hear
To be more precise, I have a private network were I deployed the safe contracts from gnosis, then I wanted to have a front and I tried to use safe-react from gnosis but I couldn't get it to work with my private network...
You can try https://github.com/gnosis/safe-infrastructure if you want to run the UI 😉
Now my question is: are you planning on adding contract interactions to the CLI ? (like on the picture)
I would like to, but I still don't know how to do the interface on the CLI. You can also craft the data using an UI and use send_custom
you should add the option to create it even if the address who does the Tx doesn't have funds, because this test is irrelevant on a private network with a gasPrice null
Sure, can you open a issue for this?
You can try https://github.com/gnosis/safe-infrastructure if you want to run the UI 😉
I have already tried it, but I can't get it to work with my private network
I would like to, but I still don't know how to do the interface on the CLI. You can also craft the data using an UI and use send_custom
Oh ok, so I really need to get the UI to work, because in my usecase the safe need to do specific interactions with other contracts
Sure, can you open a issue for this?
Yes, you can close this one
Oh ok, so I really need to get the UI to work, because in my usecase the safe need to do specific interactions with other contracts
You don't need our UI. Any UI that allows you to interact with a contract, copy the generated data and use send_custom
😉