radek1st / time-locked-wallets

Ethereum based time-locked wallets to keep your ether and ERC20 tokens safe
https://radek1st.github.io/time-locked-wallets/
MIT License
86 stars 81 forks source link

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

Open ImTiaan opened 5 years ago

ImTiaan commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

Ah thanks so much!

radek1st commented 5 years ago

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