Concept of Scheduling Transactions #
How It Works #
Key Features #
Benefits #
Scheduling Transactions on Real #
Step 1: Set Up Your Environment #
Step 2: Use a Scheduling Smart Contract #
-
-
git clone https://github.com/realfinance/real-scheduling-contract.git -
reald tx wasm store scheduling_contract.wasm --from <YOUR_ADDRESS> --chain-id real-mainnet-1 --gas auto --fees 5000ureal -
reald tx wasm instantiate 1 '{}' --from <YOUR_ADDRESS> --chain-id real-mainnet-1 --label "SchedulingContract" --gas auto --fees 5000ureal
-
-
-
{"transfer": {"recipient": "real1a2b3c4d5e6f7g8h9i0", "amount": "100000000ureal"}} -
reald tx wasm execute <CONTRACT_ADDRESS> '{"schedule": {"message": {"transfer": {"recipient": "real1a2b3c4d5e6f7g8h9i0", "amount": "100000000ureal"}}, "block_height": 100000}}' --from <YOUR_ADDRESS> --chain-id real-mainnet-1 --gas auto --fees 5000ureal -
-