Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

CLI tool for deploying Dymension RollApps

NotificationsYou must be signed in to change notification settings

dymensionxyz/roller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roller CLI Logo

Introduction

Roller CLI is a command-line interface tool designed to facilitate the creationand operation of RollApps on the Dymension Hub.It allows developers to effortlessly spin up and run RollApps, simplifying thedevelopment process and making the Dymension Hubmore accessible.

Local Development

To build and test the latest version from the main branch:

First, install all the necessary dependencies using the following command:

curl https://raw.githubusercontent.com/dymensionxyz/roller/main/install.sh| bash

Next, clone this repository. Once cloned, navigate to the root directory and execute:

make build

This command builds the latest version of Roller and places the executablein the./build directory.

To run Roller, use:

./build/roller

Testing

To run all the tests, run from the root directory:

gotest ./...

Installing a Pre Release

To install a specific pre-release version, use:

export ROLLER_RELEASE_TAG="<RELEASE_TAG>"curl -L https://dymensionxyz.github.io/roller/install.sh| bash

For more information about Roller and its usage, please refer tothe documentation.

Contribution

pre-commit will help you with the hooks that will make sure you follow the style guidelines, once installedrun:

pre-commit install -c .pre-commit-config.yaml -t commit-msgpre-commit install -c .pre-commit-config.yaml

[8]ページ先頭

©2009-2025 Movatter.jp