🖋️
Tokenscript
  • Tokenization and dApps
  • TokenScript
    • Introduction to TokenScript
      • The Framework
      • Benefits for Users
      • What can TokenScript Do?
      • DeFi with, and without Tokenscript
      • Tokenscript examples in AlphaWallet
    • Quickstart Tutorial
  • Basic Concepts
    • TokenScript File
    • Attributes
    • Cards
      • Token Card
      • Action Card
      • Activity Card
    • Data Objects
    • Attestation
    • TokenScript Syntax
    • Magic Link
  • Deploy TokenScript
    • Deploy TokenScript
      • Signing a TokenScript
    • Features Implemented
    • TokenScript Specs
      • Encoding Attestation in URI
    • TokenScript Guides
      • Mini-guide: Add a Ropsten token to AlphaWallet
      • Mini-guide: Deploy a token on Ropsten testnet
      • Introduction to Token Negotiation
  • External Links
  • Github
Powered by GitBook
On this page

Was this helpful?

  1. Deploy TokenScript

TokenScript Specs

PreviousFeatures ImplementedNextEncoding Attestation in URI

Last updated 4 years ago

Was this helpful?

There are 3 types of TokenScript specifications. Throughout a standardisation process they may eventually become separate standards, but presently they are all housed under TokenScript in 3 streams of development.

This is a work in progress to move documentation from the old TokenScript repository. Will take a few weeks to accomplish.

Web API

For a website to use tokens. For example, how to render a token on your website.

JavaScript API for Token Issuers

These include: how to use TokenScript engine features, like creating and reading a DataObject, passing Payload for signing, and how to select a token or launch a Token Card from a website.

TokenScript XML

These are specs about TokenScript XML elements and their uses.

Attestation

About the attestations and data objects accessible to TokenScript Engines.

Further more, there are design concepts that these specs should refer to, available in the .

  • Encoding an attestation in URI format that is colloquially called .

design paper
Encoding Attestation in URI
Magic Link