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

(WIP) App Extension API #52

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

(WIP) App Extension API #52

wants to merge 26 commits into from

Conversation

lamafab
Copy link
Contributor

@lamafab lamafab commented Sep 6, 2022

Fixes #44

PREVIEW: https://github.com/w3f/PSPs/blob/dapps-extensions/PSPs/drafts/psp-52.md

Sill have some polishing and TODO's to completed. Also, at first I used tables to express the types but I think just using raw Typescript is visually easier to understand and some types (which contain functions and complex parameters) are kind of tricky to place in tables.

@lamafab
Copy link
Contributor Author

lamafab commented Nov 11, 2022

Just a note: in order to cover 100% of this, which includes the provided methods, interfaces etc. we need to define a large chunk of polkadot.js'es types (re-implemented from Rust), such as Vec, Hash, Codec, etc. Structures are not enough

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

Successfully merging this pull request may close these issues.

PSP for JS extension API
1 participant