Create your own farming pool
Preparation
Pool Creation
aptos move run --function-id 0xb247ddeee87e848315caf9a33b8e4c71ac53db888cb88143d62d2370cca0ead2::scripts::register_pool \
--args u64:0 \ # Amount of rewards.
--args u64:0 \ # Duration of the pool in seconds.
--type-args "" \ # Coin type of coin which will be used to stake.
--type-args "" \ # Reward coin type, used as reward, e.g. 0x1::aptos_coin::AptosCoin.Last updated