safe-anchor-lang 0.22.0

Safecoin Sealevel eDSL
docs.rs failed to build safe-anchor-lang-0.22.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Anchor ⚓ is a framework for Safecoin's Sealevel runtime providing several convenient developer tools.

  • Rust eDSL for writing safe, secure, and high level Safecoin programs
  • IDL specification
  • TypeScript package for generating clients from IDL
  • CLI and workspace management for developing complete applications

If you're familiar with developing in Ethereum's Solidity, Truffle, web3.js or Parity's Ink!, then the experience will be familiar. Although the syntax and semantics are targeted at Safecoin, the high level workflow of writing RPC request handlers, emitting an IDL, and generating clients from IDL is the same.

For detailed tutorials and examples on how to use Anchor, see the guided tutorials or examples in the GitHub repository.

Presented here are the Rust primitives for building on Safecoin.