-
Notifications
You must be signed in to change notification settings - Fork 34
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
Abstract ether to arbiatry erc20 token. #7
Comments
#13 ? Where the 'zero address' could be Ether. Alternatively you could split the logic into a common backend contract, which can be reused by multiple frontend contracts supporting different token types (e.g. ERC-721, ERC-20) |
I need to rewrite it accordingly to the new version - I will try to update
within the following days
we could definitely develop a UI that would let anyone use miximus with any
erc20 compatible tokens. any designer here?
…On Tue 10 Jul 2018 at 03:21 barryWhiteHat ***@***.***> wrote:
@davidp94 <https://github.com/davidp94> can you give an update re #13
<#13>
Yeah so that is the current plan. But that PR is for the old version based
upon javascipt. This PR needs to be updated to work with python and add
tests, update the example scripts.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AYtbNTvc7XoBM61qD2bRhHu1zp75nqXfks5uFA_FgaJpZM4TvX3_>
.
|
Ah cool that sounds gr8 :) @nvonpentz was interested in UI. @nvonpentz are you still interested? We should make an issue for this and do a call on gitter. Once we have tokens and an idea about transaction abstraction we should be ready for a UI. But would also like to get a better idea about #23 |
This will allow use with any token. To do this we need to replace
with
where address is the token address being mixed.
The text was updated successfully, but these errors were encountered: