12 lines
366 B
Markdown
12 lines
366 B
Markdown
# Shared memory program
|
|
|
|
A shared-memory program on the Solana blockchain, usable for sharing data
|
|
between programs or within cross-program invocations.
|
|
|
|
Full documentation is available at https://spl.solana.com/shared-memory
|
|
|
|
## Audit
|
|
|
|
The repository [README](https://github.com/solana-labs/solana-program-library#audits)
|
|
contains information about program audits.
|