-
Notifications
You must be signed in to change notification settings - Fork 1
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
support Cantillon aggregate data for currencies #12
Comments
Caveat: Cantillon works differently than Gesell. The Anyway, we could still show the map with locations, but no data on money supply or activity More spec to come |
The on-chain basics work out of the box: https://explorer.encointer.org/?rpc=wss://cantillon.encointer.org But no info on worker state. |
Since worker v0.6.9 we can query all the necessary information for the explorer from the worker-api. See rust code how this works: |
@clangenb has implemented all worker-api's in encointer wallet app in js: These functions should be moved to our npm package for better reusability and maintenance: |
like for Gesell, we'd like to show
this can be queried from the worker-api (which has already been implemented for our flutter app
The CLI client does it like this:
https://github.com/encointer/encointer-worker/blob/53e9ef984086824c8b867b06cc6c5c3675011779/stf/src/cli.rs#L211-L275
and returns:
during registering phase, or
during other phases
The text was updated successfully, but these errors were encountered: