issues
search
NatLabs
/
icrc1
A full implementation of the ICRC-1 fungible token standard
https://natlabs.github.io/icrc1/
MIT License
32
stars
23
forks
source link
Finishing touches to the ICRC-1 implementation
#2
Closed
tomijaga
closed
1 year ago
tomijaga
commented
1 year ago
Added
fromText()
and
toText()
to the ICRC1/Account module (
https://github.com/NatLabs/icrc1/commit/2ca5facbcffcc15a8c397058e8443d766267f6e7
)
Added variables to the
TokenData
type to keep track of minted and burned tokens (
https://github.com/NatLabs/icrc1/commit/6dc1f035c02b3611212e3f8e9bf4fefff9c08b4a
)
Moved optional init arguments into an optional record called
advanced-settings
(
https://github.com/NatLabs/icrc1/commit/f822804e46ad6d5e50d704cddd550b877008d42f
)
fromText()
andtoText()
to the ICRC1/Account module (https://github.com/NatLabs/icrc1/commit/2ca5facbcffcc15a8c397058e8443d766267f6e7)TokenData
type to keep track of minted and burned tokens (https://github.com/NatLabs/icrc1/commit/6dc1f035c02b3611212e3f8e9bf4fefff9c08b4a)advanced-settings
(https://github.com/NatLabs/icrc1/commit/f822804e46ad6d5e50d704cddd550b877008d42f)