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

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

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/