https://github.com/themoor9/solana-wallet
Learn How to Handle a Solana wallet, Create Tokens and Stake SOL by Yourself
https://github.com/themoor9/solana-wallet
airdrop blockchain blockchain-technology javascript js solana solana-nft solana-token solana-wallet token wallet
Last synced: 4 months ago
JSON representation
Learn How to Handle a Solana wallet, Create Tokens and Stake SOL by Yourself
- Host: GitHub
- URL: https://github.com/themoor9/solana-wallet
- Owner: theMoor9
- License: apache-2.0
- Created: 2024-08-28T09:18:16.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T18:25:09.000Z (9 months ago)
- Last Synced: 2025-02-19T05:42:23.942Z (4 months ago)
- Topics: airdrop, blockchain, blockchain-technology, javascript, js, solana, solana-nft, solana-token, solana-wallet, token, wallet
- Language: JavaScript
- Homepage:
- Size: 267 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Wallet Repo
Manage a Solana wallet independently
## Blockchain Basics Resources
For those who are new to blockchain and need a stronger foundational understanding, i suggest exploring the documentation from the Blockchain CheatRepo [here](https://github.com/theMoor9/blockchain-potential-carnival).
This resource will help you build the necessary knowledge to better engage with the following material.
## Cheat Sheet
You can find the operational guides [here](./cheat_sheets/pdf/).
## Description
This repository allows you to manage a Solana (SOL) wallet independently. With this tool, you can create, view, and manage wallet addresses, perform transactions, and check balances. It is designed for users who want complete control over their operations on Solana.
## Features
- **Request Airdrop**: Obtain free SOL for testing and development. [sAirdrop](./sAirdrop)
- **Create Your Own Token**: Generate and manage your custom tokens on the Solana blockchain. [sToken](./sToken)
- **Stake Your SOL**: Put your SOL in stake to earn rewards. [sStake](./sStake)## Additional Notes
For specific details on how to use each feature, follow the instructions in the README files of the respective sub-repositories. Each feature is organized in its own directory, with a dedicated README providing further details and instructions.
You can also find the official ***Solana Validator Documentation*** here at [docs.solanalabs.com](https://docs.solanalabs.com/)
This documentation will let you dive deeper on the development letting you explore the knowledge to implement the mainnet part of the wallet system of Solana.## Author
Kenneth Boldrini
## License
This repository is licensed. See the [LICENSE](./LICENSE) file for more details.