Questions tagged [kadena]

Kadena is a decentralized platform for blockchain.

Kadena is a decentralized platform for blockchain.

https://kadena.io/

37 questions
0
votes
1 answer

Pact smart contract repl error: root/coin-v5.pact:350:6: with-read: row not found

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…
advanztek
  • 41
  • 3
0
votes
1 answer

Kadena Pact Create Account Fails

Hi Kadena Pact developers, I'm following https://docs.kadena.io/build/frontend/pact-lang-api-cookbook#create-account to create coin accounts. getBalance(`sender00`) returns { "gas": 20, "result": { "status": "success", "data":…
att
  • 617
  • 8
  • 17
0
votes
1 answer

Error: : Failure: Tx Failed: Keyset failure (keys-all): 'todo-admin-keyset' while deploying on Kadena Testnet

The yaml deployment file is as under: codeFile: pact/todos.pact networkId: testnet04 publicMeta: chainId: "1" gasLimit: 1000 ttl: 28000 creationTime: sender: "nambi001" gasPrice: 0.00001 data: todo-admin-keyset:…
0
votes
1 answer

Unable to deploy Kadena Smart Contract to testnet with yaml script

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…
0
votes
1 answer

Inheritance approach in PACT

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…
datoga
  • 103
  • 8
0
votes
1 answer

Sale cannot be executed in Kadena Pact Marmalde

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…
0
votes
1 answer

Would MetaMask snaps support BIP39-keys? What's the feasibility of adding support for Kadena that uses BIP44?

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…
Tice
  • 103
  • 1
  • 10
1 2
3