We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd91e43 commit 8408f4cCopy full SHA for 8408f4c
README.md
@@ -8,7 +8,7 @@ Includes:
8
- CRA
9
- Solana wallet adapter
10
11
-
+
12
13
## Run
14
@@ -33,16 +33,15 @@ transaction.add(instruction2);
33
34
await wallet.signTransaction(transaction);
35
const transactionHash = await web3.sendAndConfirmRawTransaction(
36
- connection,
37
- transaction.serialize()
+ connection,
+ transaction.serialize()
38
);
39
```
40
41
## If you use anchor
42
43
swap out `useWallet` with `useAnchorWallet` in `MyWallet.tsx`
44
45
-
46
## License
47
48
MIT
screenshot.jpg
268 KB
screenshot.png
-981 KB
0 commit comments