Skip to content

Navigation Menu

Sign in
Appearance settings

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

Appearance settings

cartesi/cli

Open more actions menu

Repository files navigation

Cartesi CLI

Release Packages

Cartesi CLI is a tool to help creating Cartesi applications. It includes commands that help developers to:

  • create applications from templates
  • build applications from source to a Cartesi machine
  • run applications in a local development environment
  • deploy applications to a live networks

Apps and Packages

  • cli: a oclif CLI tool for development, deployment and management of applications, available at brew install cartesi/tap/cartesi;
  • sdk: Docker image to help with Cartesi build and execution;
  • contracts: smart contracts for application deployment;
  • devnet: local deployment of Cartesi contracts and token test contracts;
  • eslint-config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Dependencies

This repo build uses Anvil commands. To install Anvil, you need to follow the instructions here

Build

To build all apps and packages, run the following command:

pnpm run build
Morty Proxy This is a proxified and sanitized view of the page, visit original site.