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