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

Shapeshift support #36

Open
realcodywburns opened this issue Jun 15, 2017 · 3 comments
Open

Shapeshift support #36

realcodywburns opened this issue Jun 15, 2017 · 3 comments

Comments

@realcodywburns
Copy link
Owner

Add shapeshift api so users who do not own etc or eth can mint tokens

@elaineo
Copy link
Contributor

elaineo commented Jun 18, 2017

Tricky part: mapping shapeshift address to user address. ie, if the user does not have ETC or ETH, how do we trace the tokens back to the creator?

@elaineo
Copy link
Contributor

elaineo commented Jun 18, 2017

One possibility: a contract that receives ETC, forwards it to crowdsale contract, then transfers tokens to new wallet.

@elaineo
Copy link
Contributor

elaineo commented Jun 19, 2017

Shapeshift libraries added and connected in this branch: https://github.com/ethereumproject/TokenMint/tree/elaine/shapeshift

We will need to generate a new wallet for each user who pays with Shapeshift, and then have them download the JSON file.

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

No branches or pull requests

2 participants