https://github.com/mustafaakgul/blockchain-wallet
Demonstration of Solana Wallet
https://github.com/mustafaakgul/blockchain-wallet
blockchain fastapi python solana
Last synced: about 1 month ago
JSON representation
Demonstration of Solana Wallet
- Host: GitHub
- URL: https://github.com/mustafaakgul/blockchain-wallet
- Owner: mustafaakgul
- Created: 2025-07-06T19:38:04.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-06T19:38:20.000Z (12 months ago)
- Last Synced: 2026-04-25T06:32:04.052Z (2 months ago)
- Topics: blockchain, fastapi, python, solana
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Product::Blockchain Solana Wallet
* Description: Demonstration of Solana Wallet
## To Run Application
* Local:
* python3 -m venv .venv
* source .venv/bin/activate
* which python
* python -version
* pip install -r requirements.txt (pip freeze > requirements.txt)
* uvicorn app.main:app --reload
## Links
* Official transfer https://faucet.solana.com/
* Solana Transaction: https://solscan.io/?cluster=testnet
* https://solana.com/docs
* https://solana.com/docs/clients/python, https://solana.com/docs/clients/java
* https://github.com/michaelhly/solana-py
# Swagger: http://127.0.0.1:8000/docs
# RPC Impr.: https://www.jito.wtf/