https://github.com/manudasari265/wba-typescript-sol
https://github.com/manudasari265/wba-typescript-sol
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/manudasari265/wba-typescript-sol
- Owner: Manudasari265
- Created: 2024-07-24T19:30:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T19:47:29.000Z (11 months ago)
- Last Synced: 2025-02-01T17:13:14.198Z (4 months ago)
- Language: TypeScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
transaction link = https://explorer.solana.com/tx/4s8yPEp2kktiqjX5EVnqRQKMUbYbxEs5mFMz1sBAYjCtBtE7jTFTLLb7mASkUbj6U2Y7LAAsqNFoB9jugwsxdvB2?cluster=devnet
Use this command to generate a new wallet
```
yarn keygen
```
Use this command to airdrop SOL to your wallet
```
yarn airdrop
```
Use this command to transfer Sol to Wallet A to Wallet B
```
yarn transfer
```
Use this command to run the script enroll
```
yarn enroll
```