Transactions
The entry point for every smart contract interaction is ultimately a transaction on the Stellar network. Read more about transactions in the Operations and Transactions section.
Guides in this category:
📄️ Install and deploy a smart contract with code
Install and deploy a smart contract with code
📄️ Install WebAssembly (Wasm) bytecode using code
Install the Wasm of the contract using js-stellar-sdk
📄️ Invoke a contract function in a Stellar transaction using SDKs
Use the Stellar SDK to create, simulate, and assemble a transaction
📄️ simulateTransaction RPC method guide
simulateTransaction examples and tutorials guide
📄️ Submit a transaction to Stellar RPC using the JavaScript SDK
Use a looping mechanism to submit a transaction to the RPC