status-go/services/collectibles
Michal Iskierko ff0628c23b feat(Collectibles): Handle ERC20 burn and mint
Modify API to handle also ERC20 tokens.
Modify community_tokens table - keep supply as string since string is easly convertible to bigint.BigInt.
Use bigint.BigInt for supply functions and fields.

Issue #11129
2023-07-12 10:41:17 +02:00
..
api.go feat(Collectibles): Handle ERC20 burn and mint 2023-07-12 10:41:17 +02:00
api_test.go feat(Collectibles): Handle ERC20 burn and mint 2023-07-12 10:41:17 +02:00
database.go feat(AssetsDeployment): Assets deployment 2023-06-29 16:10:05 +02:00
database_test.go feat(Collectibles): Handle ERC20 burn and mint 2023-07-12 10:41:17 +02:00
service.go feat(MintTo): Add Airdrop functionality. 2023-03-27 17:17:51 +02:00