An open API service indexing awesome lists of open source software.

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

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.