Bitcoin Forum

Bitcoin => Project Development => Topic started by: zoufou on January 24, 2018, 10:14:15 AM



Title: Accepting a token payment on my geth wallet ?
Post by: zoufou on January 24, 2018, 10:14:15 AM
Hello,

I'm designing a new service where i'm offering payment with any token, is this possible to manage through one geth wallet ? how can it be possible ?

Thanks !


Title: Re: Accepting a token payment on my geth wallet ?
Post by: boy_130 on January 24, 2018, 12:14:47 PM
Hello,

I'm designing a new service where i'm offering payment with any token, is this possible to manage through one geth wallet ? how can it be possible ?

Thanks !

Yes, you need to setup geth wallet. But, as I know you will need to make special sending contract for every erc20 token. Thats a lot work.  :-\


Title: Re: Accepting a token payment on my geth wallet ?
Post by: zoufou on January 24, 2018, 06:21:26 PM
Hello,

I'm designing a new service where i'm offering payment with any token, is this possible to manage through one geth wallet ? how can it be possible ?

Thanks !

Yes, you need to setup geth wallet. But, as I know you will need to make special sending contract for every erc20 token. Thats a lot work.  :-\

Any idea where to start ?