1 个仓库
Low-level implementations of native blockchain system functions as programs targeting a virtual machine.
Distinct from Program Execution: Specifically refers to system-level VM program re-implementations, not general program execution or emulation cores.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Virtual Machine System Programs. Refine with filters or upvote what's useful.
solana-program-library 是一个区块链系统程序套件,提供了一系列核心区块链操作和原生功能库,这些功能以可重用程序的形式在 Solana 上实现。它作为智能合约模板和参考实现的集合,用于将经过验证的程序部署到 Solana 虚拟机中。 该项目通过提供作为应用程序基础构建块的标准化程序,为去中心化应用提供基础设施。它专注于开发和部署经过验证的区块链合约,以确保整个网络功能的一致性。 该库通过将原生系统功能重新实现为针对虚拟机的程序,涵盖了核心区块链操作。这包括部署标准化智能合约,以在不同的区块链实现中保持一致的行为。
Re-implements native system functions as virtual machine programs to maintain core blockchain operations.