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
Polkadot.js builds it's api dynamically based on the functionality of the current runtime wasm. The functions available are presented in the metadata for the runtime. So, we can't just build a set of scripts to test Polkadot.js since the api will change based on the runtime, instead we need to dynamically build the test scripts based on the runtime's metadata. Polkadot.js apps does this when determining how to construct the UI.
Expected Behavior
Scripts should list each of the available Polkadot.js methods and have an example of executing each of the call
Current Behavior
Possible Solution
Steps to Reproduce
Specification
Checklist
The text was updated successfully, but these errors were encountered: