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

[FEATURE] Flow Emulator Service #101

Open
3 tasks
tombeckenham opened this issue Jan 28, 2025 · 0 comments
Open
3 tasks

[FEATURE] Flow Emulator Service #101

tombeckenham opened this issue Jan 28, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@tombeckenham
Copy link
Collaborator

Feature

Create a new flow emulator service that allows us to create a flow emulator on a remote host. This will give us a way to pass a URL of this remote emulator to multiple services that all need to work together to provide the wallet functionality.

Expected Outcomes

  • There should be an API that allows us to create an emulation of testnet (at least) from a specific block just as the emulator cli can do. This should return the URL to the new emulator it created
  • This URL should be globally unique - and should be able to be set as the accessNode.api in fcl.config()
  • Emulators should be automatically disposed after an hour
  • Create a way explicitly dispose of an emulator as well
  • It should be possible to reset the remote emulator to a specific block
  • There should be some security around the service - perhaps require API keys to create emulators
  • This should be a new service in a new repo

All clients will then need to implement this service

  • [ ]

Platforms

  • iOS
  • Android
  • Extension
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant