@coin2024/cat-smartcontracts
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

CAT Protocol Smart Contracts

Installation

yarn install

Build

yarn build

Testing Locally

yarn test

Sample Transactions

Sample token contract address is bc1plhz9wf0desgz8t32xm67vay9hgdmrnwzjzujgg0k9883cfxxgkzs20qfd5

CAT Token Transaction Limits

For a CAT Token protocol transaction, the maximum number of inputs is 6, and the maximum number of outputs is also 6.

Since we need to calculate the txid of the previous transaction, we must ensure the previous transaction’s data is within 520 bytes.

This is because the maximum byte limit for an element on the Bitcoin Virtual Machine (BVM) stack is 520. The corresponding constant name is MAX_SCRIPT_ELEMENT_SIZE.

CAT Protocol

Readme

Keywords

none

Package Sidebar

Install

npm i @coin2024/cat-smartcontracts

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

462 kB

Total Files

61

Last publish

Collaborators

  • coin2024