An open API service indexing awesome lists of open source software.

https://github.com/airchains-network/wasm-station


https://github.com/airchains-network/wasm-station

airchains cosmwasm rollup zk

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

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](https://golang.org/dl/) (Version 1.22 or later)
- [jq](https://stedolan.github.io/jq/download/): A lightweight and flexible command-line JSON processor.

## Getting Started

- To begin using this project, firstly clone this repository to your local machine.
```shell
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:
```shell
/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](LICENSE) file for more information.

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