https://github.com/unboxed-software/confidential-transfers
https://github.com/unboxed-software/confidential-transfers
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unboxed-software/confidential-transfers
- Owner: Unboxed-Software
- Created: 2024-02-29T04:22:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T03:37:12.000Z (over 2 years ago)
- Last Synced: 2025-03-23T15:33:57.851Z (about 1 year ago)
- Language: TypeScript
- Size: 128 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TS Template to run Solana scripts
### Usage
1. hit `yarn`
1. write your code inside `index.js` main functoin
1. run the code by running `npm start` or `yarn start`
## Helpers:
### InitializeKeypair
you can find this util inside `src/initializeKeypair.ts`, it will return a
keypair that you can consider as the payer the main feature here is it will save
the keypair in a local `.env` file the first time you run it, so each time you
use it, it will use the same keypair for the payer, also whenever the payer
account runs out of SOL it will airdrop 1 SOL for it automatically