Код: Выделить всё
from solana.rpc.api import Client
http_client = Client("https://api.testnet.solana.com")
print(http_client.is_connected())
Подробнее здесь: https://stackoverflow.com/questions/786 ... ansactions
Код: Выделить всё
from solana.rpc.api import Client
http_client = Client("https://api.testnet.solana.com")
print(http_client.is_connected())