🚀 Socket Launch Week 🚀 Day 2: Introducing Repository Labels and Security Policies.Learn More
Socket
Sign inDemoInstall
Socket

ainft-py

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ainft-py

0.1.0
PyPI
Maintainers
1

ainft-py

PyPi Version

A python version of ainft-js.

Installation

pip install ainft-py

Usage

import os
from ainft import Ainft

ainft = Ainft(
    private_key=os.environ.get("AIN_PRIVATE_KEY"),
    api_url="https://ainft-api-dev.ainetwork.ai",
    blockchain_url="https://testnet-api.ainetwork.ai",
    chain_id=0,
)

Requirements

Python version should be at least 3.8 but less than 3.12.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts