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

Improve the demo that creates a vm using ethereum #136

Open
Tracked by #1436
brandonpille opened this issue Jun 14, 2023 · 0 comments
Open
Tracked by #1436

Improve the demo that creates a vm using ethereum #136

brandonpille opened this issue Jun 14, 2023 · 0 comments
Assignees
Milestone

Comments

@brandonpille
Copy link
Contributor

In the demo that creates a vm using ethereum we require the user to have an ethereum account, a stellar account and a tfchain account. It would be better to create the stellar account for the user and use ethereum to activate the account (because the activation requires some tokens to be transferred on the stellar account). An activation service has been created in threefoldfoundation/tft#240 allowing us to account an account by transferring some ethereum to it. We should use this activation service to create the account:

  • create an api call in the ethereum client that allows the user to create a stellar account using the acctivation service
  • add the corresponding V client call
  • update the demo to create the stellar account instead of requiring the user to have a stellar account
@brandonpille brandonpille self-assigned this Jun 14, 2023
@robvanmieghem robvanmieghem changed the title Create a stellar account and activate it using ethereum Improve the demo that creates a vm using ethereum Jun 14, 2023
@despiegk despiegk added this to the 1.1.0 milestone Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants