Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CosmWasm/book
CosmWasm book
https://github.com/CosmWasm/book
Last synced: 2 months ago
JSON representation
CosmWasm book
- Host: GitHub
- URL: https://github.com/CosmWasm/book
- Owner: CosmWasm
- Created: 2022-05-31T17:55:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T11:49:00.000Z (9 months ago)
- Last Synced: 2024-08-01T13:37:46.944Z (5 months ago)
- Homepage: https://book.cosmwasm.com/
- Size: 2.21 MB
- Stars: 32
- Watchers: 5
- Forks: 23
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - CosmWasm/book - CosmWasm book (Misc)
README
# The CosmWasm Smart Contracts Book
The book about writing Smart Contracts for CosmWasm using Rust
## About
This repo contains source code for [The CosmWasm Book](https://cosmwasm.github.io/book/).
## Building
The book is build using [mdbook](https://github.com/rust-lang/mdBook).
To build it, you need to install [Rust](https://www.rust-lang.org/tools/install) first.
Then install `mdbook` using cargo:
```bash
$ cargo install mdbook
```and build the book from this directory:
```bash
mdbook build
```For more info about using mdbook read its own [book](https://rust-lang.github.io/mdBook/index.html).