Solana.py
Project description
Solana.py
Solana Python API built on the JSON RPC API.
Python version of solana-web3.js for interacting with Solana.
Read the Documentation.
Quickstart
Installation
pip install solana
General Usage
import solana
API Client
from solana.rpc.api import Client
http_client = Client("https://devnet.solana.com")
Development
Setup
- Install pipenv.
brew install pipenv
- Install dev dependencies.
pipenv install --dev
- Activate the pipenv shell.
pipenv shell
Lint
make lint
Tests
# All tests
make tests
# Unit tests only
make unit-tests
# Integration tests only
make int-tests
Start a Solana Localnet
Install docker.
# Update/pull latest docker image
pipenv run update-localnet
# Start localnet instance
pipenv run start-localnet
Using Jupyter Notebook
make notebook
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
solana-0.9.0.tar.gz
(41.5 kB
view details)
Built Distribution
solana-0.9.0-py3-none-any.whl
(49.6 kB
view details)
File details
Details for the file solana-0.9.0.tar.gz
.
File metadata
- Download URL: solana-0.9.0.tar.gz
- Upload date:
- Size: 41.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6a66b840d18923e6d64c474d881d0dde2ed83cb78a831c4c3ee64420ddbb044 |
|
MD5 | 80f79bbb75faed2c220983aef0cbb0cd |
|
BLAKE2b-256 | 37689b01890ad162789d46371499a69a067c5ecf8f28570c66b960097b856599 |
File details
Details for the file solana-0.9.0-py3-none-any.whl
.
File metadata
- Download URL: solana-0.9.0-py3-none-any.whl
- Upload date:
- Size: 49.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 110fa91618aede3e77ed485c14530f57581c48d786410f11992fbc521a6112b1 |
|
MD5 | 037bddd53e573cd359137c43c1a15320 |
|
BLAKE2b-256 | 8606a693ea1f7dc5e002cb90a83b992fbca58af26ccc173b6b3ba38c81f3c6fe |