alan-sdk / alan.dart

Pure Dart library allowing you to easily integrate with any Cosmos-based chain.
MIT License
32 stars 31 forks source link

Signing arbitrary messages as contract #207

Open Reyth3 opened 2 months ago

Reyth3 commented 2 months ago

Feature description

On this docs page, it is shown how to send a feegrant MsgGrantAllowance with BasicAllowance, then, with the JS lib a contractAddress is provided as signer address: https://docs.archway.io/developers/guides/fee-grant/grant-allowance#create-allowance-using-arch3js

Is this possible to do with Alan?