pycardano
pycardano copied to clipboard
WIP: CIP67 and CIP68 Support
This PR is a first pass implementation at handling classes for CIP67 and CIP68. These classes will streamline handling and parsing tokens utilizing these standards. This approach attempts to extend AssetName
by providing additional validation to ensure CIP68 compliance for token names, as well as associated cbor classes for parsing associated metadata.
Feedback on implementation details and additional functionality is welcomed.
Todo:
- [ ] Unit Tests
- [ ] More rigorous validation of CIP68 fields (e.g. the
uri
fields) - [ ] Documentation