automint icon indicating copy to clipboard operation
automint copied to clipboard

Python library for programmatic access to cardano-cli functions to facilitate transactions

Results 4 automint issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/36017084/197549770-f55308cb-733d-471a-96c0-ef7facfd4629.png)

Updating to handle +TxOutDatumHashNone addition since Alonzo.

In the mint.py example, the `remove_native_token` method is ran on `minting_receiver`. In this example, shouldn't the native token be added to minting_receiver instead removed from it? https://github.com/non-fungible-waveforms/automint/blob/main/examples/mint.py:93 ``` for token...