You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
All clients will then need to implement this service
Platforms
The text was updated successfully, but these errors were encountered: