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
The project requires:
- 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;
- To run the project, execute the following command:
/bin/bash ./scripts/local-setup.sh
/bin/bash ./scripts/local-start.sh
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.
This project is licensed under the MIT license - see the LICENSE file for more information.
For any inquiries or constructive feedback, please contact this email [email protected]