Get Started
This guide provides an introduction to building on Gameluk, which may be helpful for beginners.
To ensure a smooth start with Gameluk, we recommend following the tutorial.
Establishing a GameID. The GameID command is a command-line tool to interact with the Gameluk blockchain. To begin utilizing GameID, please follow these steps.
Running a chain locally. Running a cluster locally with a single validator node and 50 preconfigured wallet accounts.
Creating and deploying a simple counter application. These steps can be followed to write and deploy a Rust smart contract on a local version of Gameluk. It is important to note that older versions of CosmWasm may encounter errors during deployment.
Create a basic Game on Gameluk using Rust. You can create and deploy a Rust-based game on Gameluk by following the instructions provided. To deploy the counter app to the Atlantic-2 testnet and update the frontend to interact with it, please follow these steps.
Last updated