Skip to main content

No project description provided

Project description

Pyalgorand


  ____           _    _                                 _
 |  _ \ _   _   / \  | | __ _  ___  _ __ __ _ _ __   __| |
 | |_) | | | | / _ \ | |/ _` |/ _ \| '__/ _` | '_ \ / _` |
 |  __/| |_| |/ ___ \| | (_| | (_) | | | (_| | | | | (_| |
 |_|    \__, /_/   \_\_|\__, |\___/|_|  \__,_|_| |_|\__,_|
        |___/           |___/

Overview

PyAlgorand aims at simplifying development on the Algorand blockchain.

Installation

pip install pyalgorand

Optional installation

If one wants to use an Algorand sandbox network, please go to https://github.com/algorand/sandbox for more details.

If one wants to use IPFS features in pyalgorand and test them locally, it is recommended to use the following procedure:

 wget https://dist.ipfs.io/go-ipfs/v0.7.0/go-ipfs_v0.7.0_linux-amd64.tar.gz
 tar -xvzf go-ipfs_v0.7.0_linux-amd64.tar.gz
 cd go-ipfs && sudo ./install.sh && ipfs init && ipfs daemon &

Note that sudo might not be necessary on your system.

Getting started

Some examples are available in here:

  • how to create accounts
  • share files on IPFS and secure them

Start with the creation of accounts. Some of the examples require Purestake API, register here.

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

pyalgorand-0.1.0.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

pyalgorand-0.1.0-py3-none-any.whl (8.3 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