I have domain registry kadena pact smartcontract that am trying to test using REPL file. I've uploaded the whole project on my github account with this link "https://github.com/advanztek/domain-registry". The pact folder contains the name.pact (main…
I have been using this gist to deploy to the Kadena testnet. The following requirements have not been supremely clear to me:
That "testing" is the account paying for gas (aka the "sender") on the Testnet network. To create a Testnet account and fund…
I want to create a set of coins implementing fungible-v2 and a set of internal features. My approach has been to create an interface mytoken and to implement both mytoken and fungible-v2 in mytoken1. I have also created a table for account balance…
Errors occur in the following conditions.
Running on local server (ubuntu on windows).
I deployed these files.
Token is minted.
The yaml file is generated via Django.
The generated file is then used to run the API request formatter to generate…
I'm looking into creating a MetaMask snap that interacts with RPCs for Kadena (Chainweaver). It seems that Chainweaver uses BIP44 as the key generation standard. How feasible is it to integrate BIP39 keys onto a MetaMask snap that uses BIP44 as a…