A documentation-focused website for CosmWasm technologies
No matter if you're integrating CosmWasm with a chain, writing smart contracts, or just curious about what CosmWasm can do, you'll find everything you need here - from the core and wasmd, to storage, testing, IBC, and beyond.
The deployed documentation is a Docusaurus project hosted on GitHub pages.
You can just clone this repository and run the following commands:
$ npm install
$ npm run start
You will now be able to visit the locally served website at http://localhost:3000/
Clone this repo, commit your changes to a new branch, push and open a new PR.