Skip to content

airchains-network/wasm-station

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wasm station

Introduction

CosmWasm is a smart contracting platform built to be secure, flexible, and interoperable with other chains. It's built on the Cosmos SDK and makes use of the Wasm (WebAssembly) format for smart contracts. This allows developers to write contracts in Rust or other languages that compile to Wasm, thus enhancing the developer's experience and broadening the base of potential contract developers

Prerequisites

The project requires:

  • Go (Version 1.22 or later)
  • jq: A lightweight and flexible command-line JSON processor.

Getting Started

  • To begin using this project, firstly clone this repository to your local machine.
    git clone https://github.com/airchains-network/wasm-station
    cd wasm-station;
    go mod tidy;

Running the project

  • To run the project, execute the following command:
    /bin/bash ./scripts/local-setup.sh
    /bin/bash ./scripts/local-start.sh 

Contributing

Contributions are greatly appreciated. You can make contributions by creating issues, fixing bugs, or suggesting new features. Feel free to fork this repository and create pull requests to affect changes.

License

This project is licensed under the MIT license - see the LICENSE file for more information.

Contact

For any inquiries or constructive feedback, please contact this email contact@airchains.io