-
Before suggesting a wallet, make sure you've read [our listing policy](https://www.ethereum.org/en/contributing/adding-products/).
Only continue with the issue if your wallet meets the criteria lis…
-
It'd be nice to redirect the user to the Sablier Interface when they tap a row in the "Manage Created Streams" table.
There's no way we will ever fit as much rich data in the Safe App as there can …
-
https://github.com/TomAFrench/sablier-safe-app/blob/94eee2e77c40f0a5caa01615e2ad315d55aed3db/src/components/CreateStreamForm/index.tsx#L167
1) A safe app shouldn't access user's web3 provider for s…
mmv08 updated
4 years ago
-
The app needs a list of tokens which can be used on mainnet. This is limited to those indexed by the [sablier subgraph](https://github.com/sablierhq/sablier-subgraph)
-
In the MVP we only allow Safes to create streams, there is no way for them to receive a stream and withdraw from it. This will be a commonly used feature so should be added in v1.0.
required steps:…
-
This is not about the apps tab itself but is the part that gets more affected
Go to compund app
Try to lock any token for any amount
A modal shows up to submit the info
Before subitting click in the …
-
web3.js has gotten behind the curve on many fronts. ethers is a much suitable frontend library for connecting to Ethereum smart contracts.
Just one example out of many: [I spent 15 minutes](https:/…
-
The StreamTable is starting to take over the available app space. This will only get worse as we add additional columns to show the stream status (active, ended, etc.)
We can take some cues fro…
-
The Sablier contracts only support streaming ERC20 tokens and in order to stream ETH it needs to first be wrapped into WETH in a separate transaction.
With a standard wallet this requires a separat…
-
Currently we have several `Select` boxes for each time increment in the stream creation UI, this is contributing to us overflowing the available area (and doesn't look great besides).
One way to ha…