Tinyman Docs
Search…
Overview
Tinyman AMM Basics
FAQ
Fees
Design Doc
Contracts
Tinyman Testnet
Disclaimer
Audits
Security
Integration
Pool Lookup
Transaction Specifications
Bootstrap Pool
OptIn
Swap
Mint
Burn
Redeem
Create Validator App
Redeem Protocol Fees
Official SDKs
Community SDKs
Staking
Overview
Tinyman Presentations
Known Issues
Powered By
GitBook
Create Validator App
Create/deploy the Validator App.
This transaction is sent once to create the Tinyman Validator App. No user should ever send this.
Transaction
1.
App Call - Create Validator App
signed by Creator
1
{
2
"txn": {
3
"type": "appl",
4
"snd": "{CREATOR_ADDRESS}",
5
"apid": 0,
6
"apan": 0, // OnComplete: NoOp
7
"apaa": ['Y3JlYXRl'] // ['create']
8
"apls": {"nui": 16}, // Local State Schema: num_uints=16
9
"apap": {APPROVAL_PROGRAM_BYTES},
10
"apsu": {CLEAR_STATE_PROGRAM_BYTES},
11
...
12
},
13
}
Copied!
Validator App State Changes
Global State
None
Creator Account Local State
None
Previous
Redeem
Next
Redeem Protocol Fees
Last modified
10mo ago
Copy link
Contents
Transaction
Validator App State Changes