Skip to content

Commit a880ac3

Browse files
committed
Add README
1 parent 3c7cedc commit a880ac3

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

Diff for: sdk-wasm/Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ crate-type = ["cdylib", "rlib"]
2626

2727
[lints]
2828
workspace = true
29+
30+
[package.metadata.docs.rs]
31+
targets = ["wasm32-unknown-unknown"]
32+
all-features = true
33+
rustdoc-args = ["--cfg=docsrs"]

Diff for: sdk-wasm/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<p align="center">
2+
<a href="https://solana.com">
3+
<img alt="Solana" src="https://i.imgur.com/IKyzQ6T.png" width="250" />
4+
</a>
5+
</p>
6+
7+
# Solana SDK
8+
9+
Use the Solana SDK Crate to be consumed by Javascript libraries. Sse the [Solana Program Crate](https://crates.io/crates/solana-program) instead for
10+
on-chain programs, and, the [Solana SDK Crate](https://crates.io/crates/solana-sdk) for client-side applications.
11+
12+
More information about Solana is available in the [Solana documentation](https://solana.com/docs).
13+
14+
The [Solana Program Library](https://github.com/solana-labs/solana-program-library) provides examples of how to use this crate.
15+
16+
Still have questions? Ask us on [Stack Exchange](https://sola.na/sse)

0 commit comments

Comments
 (0)