Skip to main content

Python wrappers for permaswap

Project description

permaswap.py

python sdk for permaswap

install

pip install permaswap

usage

  1. perpare everpay account
api_server = 'https://api-dev.everpay.io'

# eth account
pk = ''
signer = everpay.ETHSigner(pk)

# or ar account
#signer = everpay.ARSigner('arweave-keyfile-xxx.json')
account = everpay.Account(api_server, signer)
  1. init permaswap
router_host = 'wss://router0-dev.permaswap.network/'
swap = permaswap.Permaswap(router_host, account)
  1. query order
# get_order('token_in', 'token_out', 'amount_in')
# sell 1 tar for tusdc
order = swap.get_order('tAR', 'tUSDC', 10**12)
print(order)
  1. place order
result = swap.place_order(order)
print(result)

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

permaswap-0.1.2.tar.gz (3.0 kB view details)

Uploaded Source

File details

Details for the file permaswap-0.1.2.tar.gz.

File metadata

  • Download URL: permaswap-0.1.2.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.6

File hashes

Hashes for permaswap-0.1.2.tar.gz
Algorithm Hash digest
SHA256 ed78d0c5319fe8c194717fefcc28ebc9c63a0cc195cb1e094c744acc6243844a
MD5 a3bdf013e24cd941749919b2fdf6512b
BLAKE2b-256 b98700e47036cedbdc6cdbc2cc5326a81827148e561090f4cc68aa5dd3456d22

See more details on using hashes here.

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