You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great bit of work and tutorial. I was wondering if there was a way to either allow any ERC20 token to be deposited without defining the token, or where I would need to look to manually add tokens to the dapp?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi there, the smart contract supports any token implementing ERC20 interface, so the only place that would require changes is the frontend dapp. As of now it is hardcoded to only ToptalToken, but a little bit of frontend work should allow you make it flexible and add other tokens too.
Hey there,
Thanks for the great bit of work and tutorial. I was wondering if there was a way to either allow any ERC20 token to be deposited without defining the token, or where I would need to look to manually add tokens to the dapp?
Thanks!
The text was updated successfully, but these errors were encountered: