Skip to main content

https://github.com/reddio-com/red-py-sdk

Project description

red-py-sdk

install

pip3 install red-py-sdk

Usage

Import

from redpysdk import Reddio

Init object

Init the object, you can use 'testnet' or 'mainnet' to init the sdk

obj = Reddio("testnet")

Get Balance

Usage
get_balances(stark_key, page=1, limit=10)

It will return the starkkey's balance. including ERC20/ETH/ERC721

Example
obj.get_balances("0x6ecaebbe5b9486472d964217e5470380782823bb0d865240ba916d01636310a")

Transfer

Usage
transferNFT(stark_private_key, starkkey, receiver, token_type, contract, tokenID, expiration_timestamp=4194303)

parameters

  • stark_private_key: The private key of layer2
  • starkkey: The stark key of layer2
  • receiver: The receiver, should be starkkey of other account
  • token_type: ERC721 or ERC721M. if mint on layer2 then it should be ERC721M. else it should be ERC721
  • tokenID: The token id
  • expiration_timestamp: When will it expiration, it is unix timestamp/3600
Example
obj.transferNFT('private_key', '0x6ecaebbe5b9486472d964217e5470380782823bb0d865240ba916d01636310a', '0x1ada455b26b246260b7fd876429289639d7a0ce5fe295ff2355bd4f4da55e2', 'ERC721', '0x941661Bd1134DC7cc3D107BF006B8631F6E65Ad5', '618'))

In the example, you should replace the 'private_key' to the private key of the starkkey

Withdrawal

Usage
withdrawNFT(stark_private_key, starkkey, receiver, token_type, contract, tokenID, expiration_timestamp=4194303)

parameters

  • stark_private_key: the private key of layer2
  • starkkey: the stark key of layer2
  • receiver: the receiver, should be starkkey of other account
  • token_type: ERC721 or ERC721M. if mint on layer2 then it should be ERC721M. else it should be ERC721
  • tokenID: the token id
  • expiration_timestamp: when will it expiration, it is unix timestamp/3600
Example
obj.withdrawNFT('private_key', '0x6ecaebbe5b9486472d964217e5470380782823bb0d865240ba916d01636310a', '0xffc882996cFAB2C8B9983394E09bb025a98e52bc', 'ERC721', '0x941661Bd1134DC7cc3D107BF006B8631F6E65Ad5', '663')

In the example, you should replace the 'private_key' to the private key of the starkkey

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

red-py-sdk-0.0.8.tar.gz (58.2 kB view hashes)

Uploaded Source

Built Distribution

red_py_sdk-0.0.8-py3-none-any.whl (58.1 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