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

How would this differ if i wanted to allow for hundreds of ERC20's #1

Open
ImTiaan opened this issue Nov 10, 2018 · 3 comments
Open

Comments

@ImTiaan
Copy link

ImTiaan commented Nov 10, 2018

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!

@radek1st
Copy link
Owner

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.

@ImTiaan
Copy link
Author

ImTiaan commented Nov 13, 2018

Ah thanks so much!

@radek1st
Copy link
Owner

No worries, contact me on radek@startonchain.com and I can help you out with your usecase.

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

No branches or pull requests

2 participants