Categorygithub.com/airchains-network/station-wasm
repository
0.1.3-alpha
Repository: https://github.com/airchains-network/station-wasm.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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 
  • for testing: transaction bomber
    /bin/bash ./scripts/bomber.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 [email protected]