Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 429 Bytes

File metadata and controls

7 lines (4 loc) · 429 Bytes

polkadot-js-examples

Examples on how to handle MYTH token transfers with Polkadot-JS.

To run these examples, simply cd into this directory and run yarn build && yarn <keepAlive|transferAll|allowDeath>.

An additional example on how to subscribe to a tx's events is present at transferWithTracking.ts, but due to using dev accounts, it will fail if run.