Bläddra i källkod

add FAQ about Anchor

Jordan Sexton 4 år sedan
förälder
incheckning
f99da7e088
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      FAQ.md

+ 3 - 0
FAQ.md

@@ -16,6 +16,9 @@ After reading this FAQ, if you've found a bug or you'd like to request a feature
 ### React
 Yes, see the [react-ui-starter](https://github.com/solana-labs/wallet-adapter/tree/master/packages/starter/react-ui-starter) package
 
+### Anchor
+Yes, use the [`useAnchorWallet()`](https://github.com/solana-labs/wallet-adapter/blob/master/packages/core/react/src/useAnchorWallet.ts) hook in the React package to easily get an [Anchor-compatible Wallet interface](https://github.com/project-serum/anchor/blob/0faed886002a9b01ad0513c860e19d7570cb0221/ts/src/provider.ts#L220-L224).
+
 ### Next.js (with React)
 Yes, see the [nextjs-starter](https://github.com/solana-labs/wallet-adapter/tree/master/packages/starter/nextjs-starter) package.