# Guides

- [Local Blockchain Stack](/guides/local-blockchain-stack.md)
- [Mockchain Stack](/guides/local-blockchain-stack/mockchain.md)
- [Business Use Cases](/guides/business-use-cases.md)
- [Creating a Tranche of Event Tickets](/guides/business-use-cases/event_tickets.md)
- [SDKs](/guides/sdks.md)
- [Concepts](/guides/sdks/concepts.md)
- [BEEF](/guides/sdks/concepts/beef.md)
- [Fees](/guides/sdks/concepts/fee.md)
- [SPV](/guides/sdks/concepts/spv.md)
- [Transactions](/guides/sdks/concepts/how_tx.md)
- [Op Codes](/guides/sdks/concepts/op.md)
- [Script Templates](/guides/sdks/concepts/templates.md)
- [Signatures](/guides/sdks/concepts/tx_sig.md)
- [Verification](/guides/sdks/concepts/tx_valid.md)
- [TypeScript](/guides/sdks/ts.md)
- [Node, CommonJS](/guides/sdks/ts/getting_started_node_cjs.md)
- [React](/guides/sdks/ts/getting_started_react.md)
- [Low Level](/guides/sdks/ts/low-level.md)
- [Verification](/guides/sdks/ts/low-level/aes_symmetric_encryption.md)
- [ECDH](/guides/sdks/ts/low-level/ecdh.md)
- [Numbers & Points](/guides/sdks/ts/low-level/numbers_points.md)
- [Signatures](/guides/sdks/ts/low-level/tx_sig.md)
- [42](/guides/sdks/ts/low-level/type_42.md)
- [ECDSA](/guides/sdks/ts/low-level/using_ecdsa.md)
- [Hmacs](/guides/sdks/ts/low-level/using_hashes_and_hmacs.md)
- [Keys](/guides/sdks/ts/low-level/using_private_public_keys.md)
- [Scripts](/guides/sdks/ts/low-level/using_scripts.md)
- [Examples](/guides/sdks/ts/examples.md)
- [Creating a Simple Transaction](/guides/sdks/ts/examples/example_simple_tx.md)
- [Verifying a BEEF Structure](/guides/sdks/ts/examples/example_verifying_beef.md)
- [Creating Transactions with Inputs, Outputs and Templates](/guides/sdks/ts/examples/example_complex_tx.md)
- [Creating the R-puzzle Script Template](/guides/sdks/ts/examples/example_script_templates.md)
- [Message Encryption and Decryption](/guides/sdks/ts/examples/example_encrypt_decrypt_message.md)
- [Message Signing](/guides/sdks/ts/examples/example_message_signing.md)
- [Building a Custom Transaction Broadcast Client](/guides/sdks/ts/examples/example_building_custom_tx_broadcaster.md)
- [Verifying Spends with Script Intrepreter](/guides/sdks/ts/examples/example_verifying_spends.md)
- [BIP32 Key Derivation with HD Wallets](/guides/sdks/ts/examples/example_hd_wallets.md)
- [Using Type 42 Key Derivation for Bitcoin Wallet Management](/guides/sdks/ts/examples/example_type_42.md)
- [Creating a Custom Transaction Fee Model](/guides/sdks/ts/examples/example_fee_modeling.md)
- [Building a Pulse Block Headers Client](/guides/sdks/ts/examples/example-building-a-pulse-block-headers-client.md)
- [Using ECIES Encryption](/guides/sdks/ts/examples/using-ecies-encryption.md)
- [Go](/guides/sdks/go.md)
- [Examples](/guides/sdks/go/examples.md)
- [Simple Tx](/guides/sdks/go/examples/create_simple_tx.md)
- [Keys](/guides/sdks/go/examples/address_from_wif.md)
- [Encryption](/guides/sdks/go/examples/aes.md)
- [Broadcasting](/guides/sdks/go/examples/broadcaster.md)
- [Inscribing](/guides/sdks/go/examples/create_tx_with_inscription.md)
- [Data Markers](/guides/sdks/go/examples/create_tx_with_op_return.md)
- [Linked Keys](/guides/sdks/go/examples/derive_child.md)
- [ECIES](/guides/sdks/go/examples/ecies.md)
- [Fees](/guides/sdks/go/examples/fee_modeling.md)
- [HD Keys](/guides/sdks/go/examples/generate_hd_key.md)
- [Headers](/guides/sdks/go/examples/headers_client.md)
- [Secure Messages](/guides/sdks/go/examples/message.md)
- [Merkle Path Verification](/guides/sdks/go/examples/verify_bump.md)
- [Python](/guides/sdks/py.md)
- [Examples](/guides/sdks/py/examples.md)
- [Simple Tx](/guides/sdks/py/examples/example_simple_tx.md)
- [Verifying BEEF](/guides/sdks/py/examples/example_verifying_beef.md)
- [Complex Tx](/guides/sdks/py/examples/example_complex_tx.md)
- [Script Templates](/guides/sdks/py/examples/example_script_templates.md)
- [Encryption](/guides/sdks/py/examples/example_encrypt_decrypt_message.md)
- [Message Signing](/guides/sdks/py/examples/example_message_signing.md)
- [Building A Custom Broadcaster](/guides/sdks/py/examples/example_building_custom_tx_broadcaster.md)
- [HD Wallets](/guides/sdks/py/examples/example_hd_wallets.md)
- [Linked Keys](/guides/sdks/py/examples/example_type_42.md)
- [Fees](/guides/sdks/py/examples/example_fee_modeling.md)
- [Merkle Path Verification](/guides/sdks/py/examples/example_verifying_roots.md)
- [ECIES](/guides/sdks/py/examples/example_ecies.md)
