Skip to content

Commit

Permalink
Add introduction text to the standard library section and link to doc…
Browse files Browse the repository at this point in the history
…s.rs
  • Loading branch information
aumetra committed May 24, 2024
1 parent fa3a2b0 commit 47cf16a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/core/standard-library.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ tags: ["core"]
import { Callout } from "nextra/components";

# Standard Library

CosmWasm offers a standard library providing a bunch of different components to
write smart contracts. In this section we will go over some components and
functionality the standard library offers.

A full list of all components along with documentation can be found
[on docs.rs](https://docs.rs/cosmwasm-std).

0 comments on commit 47cf16a

Please sign in to comment.