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 deleting fungible and non-fungible tokens as defined in the IHederaTokenService.
These methods allow the user to create and delete fungible and non-fungible tokens in the Hedera network. The create*Token* methods handle token creation and initialization. On the other hand, the deleteToken method handles both Fungible and Non-Fungible tokens deletion.
Methods to implement
function createFungibleToken(
HederaToken memorytoken,
int64initialTotalSupply,
int32decimals
) externalpayablereturns (int64responseCode, addresstokenAddress);
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.
acuarica
changed the title
Implement the token creation and removal functionalities
Implement token creation and deletion methods
Jan 16, 2025
acuarica
added
epic
Groups a collection of related issues
and removed
feature
Enhancing an existing feature driven by business requirements. Typically backwards compatible.
labels
Jan 16, 2025
This task involves implementing the functionalities for creating and deleting fungible and non-fungible tokens as defined in the
IHederaTokenService
.These methods allow the user to create and delete fungible and non-fungible tokens in the Hedera network. The
create*Token*
methods handle token creation and initialization. On the other hand, thedeleteToken
method handles both Fungible and Non-Fungible tokens deletion.Methods to implement
The text was updated successfully, but these errors were encountered: