A comprehensive solution for developing, testing, and deploying smart contracts on the Tezos blockchain.
Project description
SmartPy - Smart Contracts on Tezos
A comprehensive solution for developing, testing, and deploying smart contracts on the Tezos blockchain. All in familiar Python syntax.
Getting Started
Prerequisites
- Python 3.10 or later.
- Pip (Python package installer)
Installation
SmartPy is available on the Python Package Index (PyPi). To install it, just run the following command in your terminal:
pip install smartpy-tezos
If you're using a system with both Python 2 and Python 3, you might need to use pip3 instead:
pip3 install smartpy-tezos
If you prefer to use a virtualenv:
python -m venv smartpy-env
which should be activated before installation of SmartPy:
source smartpy-env/bin/activate
now install with pip:
pip install smartpy-tezos
For alpha releases, remember to explicitly set the version you want:
pip install smartpy-tezos==<VERSION>
Documentation
You can find more detailed documentation and tutorials at the official SmartPy documentation site: https://smartpy.io/docs
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file smartpy_tezos-0.24.1-py3-none-any.whl.
File metadata
- Download URL: smartpy_tezos-0.24.1-py3-none-any.whl
- Upload date:
- Size: 35.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.10 Linux/6.8.0-1041-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4df213d97b5e90b04cdf669f86731c9193c3ab3f9c78777befefe41dd08b631c
|
|
| MD5 |
bdd4ce441f70251c194470a25ab73ce6
|
|
| BLAKE2b-256 |
47a28a792142eb6bfa356bbbe1f530a4f6ac82e80b626c0938ef6db5552a7815
|