https://github.com/oraichain/cw-ide-docs
https://github.com/oraichain/cw-ide-docs
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oraichain/cw-ide-docs
- Owner: oraichain
- License: apache-2.0
- Archived: true
- Created: 2022-08-08T07:53:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-18T04:19:21.000Z (about 3 years ago)
- Last Synced: 2025-02-28T12:18:54.927Z (10 months ago)
- Size: 1.64 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# CosmWasm IDE Docs
This repository contains a complete documentation of the CosmWasm IDE, a VSCode extension that simplifies the development, deployment, and interaction process of [CosmWasm](https://github.com/CosmWasm/cosmwasm) smart contracts for developers.
CosmosWasm IDE - An open-source project for CosmWasm smart contract developers. Powered by Oraichain & CosmWasm

CosmWasm IDE comprises three distinct modules divided into three repositories, each of which is responsible for a specific task.
- [CosmWasm IDE Extension](https://github.com/oraichain/cw-vscode) - The core IDE VSCode extension, which handles all the interaction processes between your workspace & the IDE.
- [CosmWasm IDE Webview](https://github.com/oraichain/cw-ide-webview) - The IDE's webview, which contains the IDE UI including Cosmos networks and Keplr Wallet interaction.
* [CosmWasm IDE Github Codespace](https://github.com/oraichain/cw-ide-codespace-template) - The IDE's Github Codespace configuration, which serves as a template to create a complete working environment for developing CosmWasm smart contracts.
## Table of contents
Please refer to [this](./SUMMARY.md) for the table of contents
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

