Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add interaction with other contracts and ABI #95

Open
soragXYZ opened this issue Feb 3, 2022 · 3 comments
Open

Add interaction with other contracts and ABI #95

soragXYZ opened this issue Feb 3, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@soragXYZ
Copy link

soragXYZ commented Feb 3, 2022

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
image

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

@soragXYZ soragXYZ added the enhancement New feature or request label Feb 3, 2022
@Uxio0
Copy link
Member

Uxio0 commented Feb 4, 2022

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?

@soragXYZ
Copy link
Author

soragXYZ commented Feb 4, 2022

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

@Uxio0
Copy link
Member

Uxio0 commented Feb 4, 2022

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 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants