Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.23 KB

File metadata and controls

24 lines (15 loc) · 1.23 KB

TokenScript Viewer

The TokenScript Viewer is the example frontend for the TokenScript engine written with Stencil.js.

As well as powering the Smart Token Viewer and various other wallet & website integrations it is also used to emulate TokenScripts using the TokenScript CLI.

Engine interface implementations

Implementation of engine interfaces described here can be found in the following places:

Views

The TokenScript viewer provides a modular approach to UI, enabling the implementation of multiple "view types" for various scenarios. Here are some examples:

  • New (default) - This is the default view and is essentially a DApp to interact with multiple TokenScript enabled tokens in one place.
  • JoyID token - Is used to provide embedded TokenScript support for the Joy.id wallet. It provides an NFT details screen with buttons to show TokenScript cards and actions.
  • AlphaWallet - Provides an experimental embedded view for AlphaWallet Android.