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
How to Set Up a Kadena Testnet Node Without Genesis Sync
How to Set Up a Chainweb Node for Testnet
The official documentation is comprehensive for setting up a Chainweb node on the mainnet (refer to Chainweb Get Started). However, deploying on the testnet requires additional configuration, as detailed below.
Prerequisites
A Linux machine meeting the minimum requirements (see Chainweb Node README) with the following software installed:
A gas station is a coin account that pays for gas fees on behalf of a user.
Let's explore how we can create an account that is scoped to only pay for gas
for specific transactions.
Unscoped Gas Station
To start off, let's create a gas station that is unscoped. From there we can
then see how we can scope it to only pay for gas for specific transactions.
Walkthrough for deploying a module to Kadena's Testnet
Deploy Module to Testnet Using Command Line
This document will walk you through how to deploy your first module to Testnet using the Command Line. To achieve this, we will use the pact command line tool's API Request formatter (pact -a) and the curl command line tool.
We will be deploying the following pact module. For simplicity's sake, this walkthrough expects that the pact code we are deploying is not using a transaction's data field (read-keyset is one such pact function that makes use of this field). Otherwise, the accompanying YAML file will have to change. We also assume that this pact code is saved as test.pact.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to use string as a key in a mapping in Solidity aka. how to store short strings cheape
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ActiveRecord type of integer (tinyint, smallint, mediumint, int, bigint)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters