You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task involves implementing the functionalities for creating and removing fungible and non-fungible tokens as defined in the IHederaTokenService.
These functionalities allow creating and removing fungible and non-fungible tokens in the Hedera network. The create methods handle token initialization, while remove functionality enables token deletion.
arianejasuwienas
changed the title
Implement the token creation and removal functionalities defined in the IHederaTokenService
Implement the token creation and removal functionalities
Jan 15, 2025
I've removed it from the parent issue. We can tackle this later on, as I'm yet not sure how this can be implemented in both Foundry and Hardhat. We need to write down some design doc in order to implement this.
This task involves implementing the functionalities for creating and removing fungible and non-fungible tokens as defined in the
IHederaTokenService
.These functionalities allow creating and removing fungible and non-fungible tokens in the Hedera network. The
create
methods handle token initialization, while remove functionality enables tokendeletion
.Interfaces to Implement:
The text was updated successfully, but these errors were encountered: