Concordium / concordium-rust-smart-contracts

Libraries and tools for writing and testing smart contracts on Concordium
https://docs.rs/concordium-std/latest/concordium_std/
Mozilla Public License 2.0
57 stars 35 forks source link

Make a CIS3 library like concordium-cis2 #370

Open abizjak opened 10 months ago

abizjak commented 10 months ago

Task description

This library would have all the type definitions needed to add cis3 sponsored transactions functionality to other contracts. In particular this means the type definitions for permit messages, their parsing, the types needed for the nonce registry, etc.