Skip to main content

Python Toolkit for AMAX

Project description

Python Toolkit for AMAX

PyPi PyPi

Installation

On Linux platform

python3 -m pip install -U pip
python3 -m pip install pyamaxkit

On Windows platform:

python -m pip install -U pip
python -m pip install pyamaxkit

On Apple M1 hardware

pyamaxkit does not have pre-built versions available for ARM chips. In order to build it from source code, you need to install cmake, go, scikit-build, cython.

brew install go
brew install cython
xcode-select --install
python3 -m pip install -U pip
python3 -m pip install cmake
python3 -m pip install scikit-build
python3 -m pip install pyamaxkit

Code Examples

Example1

import os
from pyamaxkit import amaxapi, wallet
#import your account private key here
wallet.import_key('5K463ynhZoCDDa4RDcr63cUwWLTnKqmdcoTKTHBjqoKfv4u5V7p')

amaxapi.set_node('https://chain.amaxtest.com')
info = amaxapi.get_info()
print(info)
args = {
    'from': 'test1',
    'to': 'test2',
    'quantity': '1.00000000 AMAX',
    'memo': 'hello world'
}
amaxapi.push_action('amax.token', 'transfer', args, {'test1':'active'})

Async Example

import os
import asyncio
from pyamaxkit import wallet
from pyamaxkit.chainapi import ChainApiAsync

#import your account private key here
wallet.import_key('5K463ynhZoCDDa4RDcr63cUwWLTnKqmdcoTKTHBjqoKfv4u5V7p')

async def test():
    amaxapi = ChainApiAsync('https://chain.amaxtest.com')
    info = await amaxapi.get_info()
    print(info)
    args = {
        'from': 'test1',
        'to': 'test2',
        'quantity': '1.00000000 AMAX',
        'memo': 'hello world'
    }
    r = await amaxapi.push_action('amax.token', 'transfer', args, {'test1':'active'})
    print(r)

asyncio.run(test())

Sign With Ledger Hardware Wallet Example

import os
from pyamaxkit import amaxapi
amaxapi.set_node('https://chain.amaxtest.com')
args = {
    'from': 'test1',
    'to': 'test2',
    'quantity': '1.00000000 AMAX',
    'memo': 'hello world'
}

#indices is an array of ledger signing key indices
amaxapi.push_action('amax.token', 'transfer', args, {'test1':'active'}, indices=[0])

Docs

Building from Source Code

Installing Prerequisites

Install the build dependencies:

python3 -m pip install scikit-build
python3 -m pip install cython

Install the Go compiler and cmake with your system package manager so that the CGo components can be compiled. You will also need a C compiler such as gcc. On Debian based systems run sudo apt-get install build-essential. When targeting a different architecture install the matching cross compiler (for example gcc-aarch64-linux-gnu) and set GOARCH and CC accordingly, e.g.:

export GOARCH=arm64
export CC=aarch64-linux-gnu-gcc

For Windows platform

python -m pip install scikit-build
python -m pip install cython
  1. Download and Install gcc compiler from tdm-gcc
  2. Install Go compiler from download
  3. Install cmake from download
  4. Install python3 from downloads

Press Win+R to open Run Dialog, input the following command

cmd -k /path/to/gcc/mingwvars.bat

Downloading Source Code

git clone https://www.github.com/AMAX-DAO-DEV/pyamaxkit
cd pyamaxkit
git submodule update --init --recursive

Build

./build.sh

For Windows platform, in the cmd dialog, enter the following command:

python setup.py sdist bdist_wheel

Installation

./install.sh

For Windows platform

python -m pip uninstall pyamaxkit -y;python -m pip install .\dist\pyamaxkit-[SUFFIX].whl

Publishing to PyPI

Use the helper script to build and upload the package. Set PYPI_TOKEN with your API token and optionally PYPI_REPOSITORY (defaults to pypi). The script installs build requirements such as scikit-build and Cython automatically.

python3 scripts/publish_pypi.py

License

MIT

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

pyamaxkit-1.0.8.tar.gz (3.2 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pyamaxkit-1.0.8-cp39-cp39-macosx_10_16_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9macOS 10.16+ x86-64

pyamaxkit-1.0.8-cp38-cp38-manylinux2014_x86_64.whl (608.8 kB view details)

Uploaded CPython 3.8

File details

Details for the file pyamaxkit-1.0.8.tar.gz.

File metadata

  • Download URL: pyamaxkit-1.0.8.tar.gz
  • Upload date:
  • Size: 3.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.13

File hashes

Hashes for pyamaxkit-1.0.8.tar.gz
Algorithm Hash digest
SHA256 0df6045697fd5570d1612961789cdbf7e0e371b17296853fff75b8cc0bda492e
MD5 a4d256c31f27a62916c181434b997b96
BLAKE2b-256 f642f341e90e2096a1bd81b9169c60833cca6b0b0fc7d650fa86c0b9184cb839

See more details on using hashes here.

File details

Details for the file pyamaxkit-1.0.8-cp39-cp39-macosx_10_16_x86_64.whl.

File metadata

File hashes

Hashes for pyamaxkit-1.0.8-cp39-cp39-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 5d775cd4f46bafab493163d39fd9c7bfbf48682cd4ebdcd0e4c8ca42dd924396
MD5 71e9e6402ad225bf539800a2d2f9ffa2
BLAKE2b-256 502cc3c0a18e83dd6886b35f82d84bf473ab8402de29923eb518253d09d9b9d5

See more details on using hashes here.

File details

Details for the file pyamaxkit-1.0.8-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyamaxkit-1.0.8-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed045a0a18395ab58e79d8ada3b5e6616708e652007598d34996480fea6460d5
MD5 fd415747abeea6135b04ad829e061423
BLAKE2b-256 cf89556a2115558e3f8faef230c2ba903184def2969b3e95e74e00894d0306a3

See more details on using hashes here.

Supported by

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