The AssetsTool provide interface for interacting with exocore assets and delegation module, enable directly access to the precompile contract.
Example:
- ./deposit.sh
- exocored q assets QueStakerAssetInfos 0xa53f68563D22EB0dAFAA871b6C08a6852f91d627_0x9ce1 --node http://localhost:20000
- ./delegate.sh
- exocored q assets QueOperatorAssetInfos exo1hj3qk6wg7se6l8g3s3ept7aas37dc75fk3lm2s --node http://localhost:20000
- ./selfdelegate.sh
- exocored q delegation QueryAssociatedOperatorByStaker 0xa53f68563D22EB0dAFAA871b6C08a6852f91d627_0x9ce1 --node http://localhost:20000
- ./depositNST.sh
- exocored q oracle show-staker-list 0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee_0x9d19 --node http://localhost:20000
- exocored q assets QueStakerAssetInfos 0xa53f68563D22EB0dAFAA871b6C08a6852f91d627_0x9d19 --node http://localhost:20000
- ./delegateNST.sh
- exocored q assets QueOperatorAssetInfos exo1hj3qk6wg7se6l8g3s3ept7aas37dc75fk3lm2s --node http://localhost:20000
- ./undelegateNST.sh
- exocored q assets QueOperatorAssetInfos exo1hj3qk6wg7se6l8g3s3ept7aas37dc75fk3lm2s --node http://localhost:20000
This project is licensed under the MIT License.