nomos
  • V1
    • Getting Started
      • Technology Stack
      • Setting Up Your Environment
      • Deploying Smart Contracts
      • Interacting with Smart Contracts
    • Protocol Overview
      • Factory
      • Nomos
      • Supported Networks
      • GraphQL API
    • Nomos SDK
      • Nomos
      • Multisig
      • Examples
      • Utils
    • Nomos Providers
      • Nomos Client
      • Signing Nomos Client
      • Archway Nomos Client
      • Adding a Nomos App
      • User authentication
    • ICA
  • V2
    • Features
    • Networks
    • Structure
      • Account Settings
      • Factory
        • Wallet
        • Membership
        • Vote Module
        • Authz Proxy
    • Frontend
      • Create Proposal
Powered by GitBook
On this page
  • Rust Programming Language
  • Cosmwasm Framework
  • Archway CLI
  1. V1
  2. Getting Started

Technology Stack

PreviousGetting StartedNextSetting Up Your Environment

Last updated 1 year ago

Chelo smart contracts leverage a modern technology stack. This section provides an overview of the technologies and tools we employ in the development of our smart contracts, along with some helpful links for developers to explore further.

Rust Programming Language

We utilize the to craft our smart contracts. Rust offers memory safety and performance, making it an excellent choice for blockchain development.

Cosmwasm Framework

is the go-to way for building WebAssembly smart contracts for the Cosmos ecosystem. It empowers us to create secure and efficient contracts while benefiting from the broader Cosmos network.

Archway CLI

The is an essential tool for our development process. It provides a comprehensive command-line interface that allows developers to create, deploy, and interact with Archway contracts seamlessly. The Archway CLI streamlines contract management and facilitates a smooth development experience.

Rust programming language
Cosmwasm
Archway CLI