Will
Will
### Describe the bug When using a react-table together with vritualizer and a sticky header the sticky header disappears when scrolling. This is due to the fact that when combining...
# The problem Right now when tokens want to distribute yield, dividends, profits, airdrops, etc. to their token holders they will need to do so off-chain (not very decentralized). It...
See: https://github.com/neodyme-labs/solana-security-txt This will show up in explorers like solscan.
This is an example implementation of an `Adapter` wrapper that conforms to `Wallet`. This allows registering any `Adapter` from `@solana/wallet-adapter-wallets` in a `@wallet-standard/base` `Wallet`. This is potentially useful in the...
In the playground the following works: ``` ``` But 950 color classes don't even though they are [valid tw colors](https://tailwindcss.com/docs/customizing-colors#default-color-palette): ``` ``` Gradients also do not seem to work: ```...
Hi @yugure-orca! Thinking about v1 of the ts sdk and figured it would be a good idea to set up the repo as a monorepo. This allows us to more...
* Enable lint-staged * Add clippy & eslint * Add gh actions stript to run linter
Kinobi requires `address` field in Anchor idl which Anchor only added in v0.30. This causes the build to fail. Added a workaround to manually insert the program id
Add two new packages to the monorepo * rust-sdk/core * ts-sdk/core which is the wasm version of rust-sdk/core This approach is great because this allows us to have a single...
Goals: * Easy to use (over raw performance) * Keep as simple as possible (no custom tx sending, confirmation logic etc.) Still missing: * TE Support * Tests * Docs...