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

demonstrate incognitee with js client #1593

Closed
brenzi opened this issue Mar 26, 2024 · 3 comments
Closed

demonstrate incognitee with js client #1593

brenzi opened this issue Mar 26, 2024 · 3 comments
Assignees

Comments

@brenzi
Copy link
Collaborator

brenzi commented Mar 26, 2024

Make the incognitee testnet tutorial work with js client

No need for fancy integration, just do L1 stuff with js/apps and write what's necessary to talk to incognitee rpc

the following commands must be possible:

  • --direct transfer
  • --direct unshield-funds
  • get-shard-vault
  • balance

as a start, check encointer-js worker-api: https://github.com/encointer/encointer-js/tree/master/packages/worker-api

the goal is to later integrate this into a substrate-frontend-template to allow interaction with L1 and L2 from the same portal: https://github.com/integritee-network/incognitee-frontend if possible without extra work, use this as a template for this task already

@clangenb
Copy link
Contributor

clangenb commented Apr 8, 2024

Basic functionality is there and tested with node-js unit tests. I believe that the encointer-js can be integrated as is into the incognitee-fronted after a small cleanup: encointer/encointer-js#89

@clangenb
Copy link
Contributor

It seems we can close this, as you have demonstrated the functionality with another frontend?

@brenzi
Copy link
Collaborator Author

brenzi commented May 2, 2024

@brenzi brenzi closed this as completed May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants