File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -26,3 +26,8 @@ crate-type = ["cdylib", "rlib"]
26
26
27
27
[lints ]
28
28
workspace = true
29
+
30
+ [package .metadata .docs .rs ]
31
+ targets = [" wasm32-unknown-unknown" ]
32
+ all-features = true
33
+ rustdoc-args = [" --cfg=docsrs" ]
Original file line number Diff line number Diff line change
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 )
You can’t perform that action at this time.
0 commit comments