Michal Iskierko
ccde92377d
feat(BurnCollectibles): Add burn collectibles functionality
...
Change smart contract with new API.
Update gas amount for deployment.
Add Burn() and EstimateBurn() functions.
Add RemainingSupply() functions.
Issue #10816
2023-06-15 15:38:19 +02:00
Michal Iskierko
fb4b93e8be
feat(EstimateMintTo): Add EstimateMintTo to collectibles API
...
Issue #10536
2023-06-06 17:09:09 +02:00
Michal Iskierko
1c17fbeacc
feat(RemoteBurn): Add remote burn collectibles functionality
...
* Updating smart contract (new burn function)
* remoteBurn() and estimateRemoteBurn() functions
2023-05-25 13:34:53 +02:00
Michal Iskierko
4e3ba2941c
fix(AddTokenOwners): Move AddTokenOwners from MintTo
...
Issue #10161
2023-04-13 11:43:48 +02:00
Michal Iskierko
db6c05a8e8
fix(DeployCollectiblesEstimate): Add DeployCollectiblesEstimate function
...
Issue #10035
2023-04-05 12:23:19 +02:00
Michal Iskierko
8c85a62e10
feat(MintTo): Add Airdrop functionality.
...
Expose MintTo smart contract function.
Expose ContractOwner address.
Introduce token owners cache.
Issue #9783
2023-03-27 17:17:51 +02:00
Michal Iskierko
8acc46f758
feat(collectibles): Mint collectibles (ERC-721):
...
Add testing smart contract and go api.
Add collectibles service.
Issue #3051
2023-02-13 12:59:55 +01:00