STAS SDK

This documentation is the SDK documentation of the STAS token protocol.

STAS is a token protocol that consists of a bitcoin script for locking / unlocking bitcoin transaction outputs.

When a transaction is locked it can only be spent by the person who can provide an unlocking script. The locking script usually says only the person who has the private key that fits this public key can spend this output. The unlocking script is then simply a proof that the spender is in possession of the correct private key.

You can also refer to STAS White Paper for more details.

Last updated