Contains a few examples of working with the Namada sdk and light-sdk.
An example of decoding a base-64 string, like the kind you would get from querying the Tendermint json rpc, into usable components (eg: Source, Target, Token, Amount, etc)
Create a chain context, add a keypair to your wallet, and submit a transparent transfer on-chain.
Use the light sdk to quickly query an rpc node.