A Python compiler for the Neo3 Virtual Machine
Project description
Write smart contracts for Neo3 in Python
Made by COZ.IO
Table of Contents
Overview
Neo3-Boa is a tool for creating Neo Smart Contracts using Python. It compiles .py files to .nef and .manifest.json formats for usage in the Neo Virtual Machine which is used to execute contracts on the Neo Blockchain.
Neo3-Boa is part of the Neo Python Framework, aimed to allow the full development of dApps using Python alone.
Quickstart
Installation requires Python 3.12 or later.
Installation
Make a Python 3 virtual environment and activate it:
On Linux / Mac OS:
$ python3 -m venv venv
$ source venv/bin/activate
On Windows:
$ python3 -m venv venv
$ venv\Scripts\activate.bat
Pip (Recommended)
Install Neo3-Boa using Pip:
$ pip install neo3-boa
Build from Source (Optional)
If Neo3-Boa is not available via pip, you can run it from source.
Clone Neo3-Boa:
$ git clone https://github.com/CityOfZion/neo3-boa.git
Install project dependencies:
$ pip install wheel
$ pip install -e .
Docs
Check out our getting started documentation to learn how to use the compiler. Also check our examples below for reference.
Reference Examples
For an extensive collection of examples:
Neo Python Suite Projects
- Neo3-Boa: Python smart contracts' compiler.
- neo3-mamba: Python SDK for interacting with Neo.
Contributing
Checkout our contributing file to see how you can contribute with our project.
License
- Open-source Apache 2.0.
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 Distribution
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 neo3_boa-1.4.1.tar.gz.
File metadata
- Download URL: neo3_boa-1.4.1.tar.gz
- Upload date:
- Size: 330.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e9e380f4ee6e931cf062eb8978fef76d8992453c784f4cca44c7b7420bcec9a
|
|
| MD5 |
2834d5a5f51f2115f37533c0635c9fcc
|
|
| BLAKE2b-256 |
f969688248780e41fd4a44647a249a3dd450b0d6a7d79895906acc2c5276764b
|
File details
Details for the file neo3_boa-1.4.1-py3-none-any.whl.
File metadata
- Download URL: neo3_boa-1.4.1-py3-none-any.whl
- Upload date:
- Size: 648.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
258a30a36513b7709a7bd0657c2eb803c9d5ad43fbf7f3159883b0a621b850b9
|
|
| MD5 |
40f648980631635c9d778541847b9432
|
|
| BLAKE2b-256 |
c5a3f7ecedc35dbb6dd4c330e645ba7428d34faeee4cc9acab7a0f430ddd514d
|