Skip to main content

No project description provided

Project description

alchemy_sdk_py

An SDK to use the Alchemy API

Getting Started

Requirements

  • Python 3.7 or higher
    • You'll know you've done it right if you can run python3 --version in your terminal and see something like Python 3.10.6

Installation

pip3 install alchemy_sdk_py

Quickstart

Get an API Key

After installing, you'll need to sign up for an API key and set it as an ALCHEMY_API_KEY environment variable.

If you're unfamiliar with environment variables, you can use the API to set the key directly using the SDK - please don't do this in production code.

import alchemy_sdk_py

alchemy_sdk_py.set_api_key("YOUR_API_KEY")

This will make the key availible for the duration of your script.

Useage

import alchemy_sdk_py as alchemy

current_block = alchemy.get_current_block()
print(current_block)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alchemy_sdk_py-0.0.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

alchemy_sdk_py-0.0.1-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page