liftedinit / many-rs

Rust libraries for the Many Protocol
Apache License 2.0
5 stars 11 forks source link

Allow token owner to mint/burn #372

Closed fmorency closed 1 year ago

fmorency commented 1 year ago

Only the Token Authority is allowed to mint/burn any token at the moment.

Currently, a token has an optional owner field. Add support to allow a token owner to mint/burn the token.

fmorency commented 1 year ago

Re-opening until demoed.