-
I haven't tested it much, but someone wrote this awesome [solana-nostd-entrypoint](https://github.com/cavemanloverboy/solana-nostd-entrypoint/tree/main) crate.
I just played around with a feature-f…
-
It is possible to create a versioned transaction?
https://solana.com/docs/advanced/versions#max-supported-transaction-version
-
# Solana 中的账户类型
总的来说 Solana 的账户类型可以分为三种类型: 程序账户 程序账户就是可以运行代码的账户,其中并不存储数据,可以看作 windows 上的 exe 文件,相当于一个只读的存在,
[http://localhost:1313/p/solana-%E4%B8%AD%E7%9A%84%E8%B4%A6%E6%88%B7%E7%B1%BB%E5%9E%8B/](h…
-
hey,
I am trying to get the historical state of a token account so that we can track an users balance historically,
however i can't find links in this answer in a related question:
Hi @leoluk, …
-
According to Solana, it is a decentralized blockchain built to enable scalable, user-friendly apps for the world. It is faster and uses a new 'proof of history' technique.
-
I got this error in Next.js - Transfer SOL example.
```
TypeError: Cannot destructure property 'header' of 'message' as it is undefined.
at TransactionMessage.decompile (/var/task/node_module…
-
## Acceptance Criteria
- [ ] Staking functionality implemented and npm package released
H34D updated
3 months ago
-
## Acceptance Criteria
- [ ] Masa Bridge working with solana networks and npm package is released
H34D updated
3 months ago
-
import asyncio
from solana.rpc.async_api import AsyncClient
async def main():
async with AsyncClient("https://api.devnet.solana.com") as client:
res = await client.is_connected()
…
-
Currently exploring two implementations for delegated attestations. either as authorities or via `signatures`
In rust based blockchains, signatures can easily be compute intensive and slow.
Howev…