Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Write smart contracts for Neo3 in Python
Made by COZ.IO
Note: The latest release (v0.14.0) has breaking changes with contracts written using previous versions. Please refer to our migration guide to update your smart contracts.
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.
Installation requires Python 3.10 or later.
On Linux / Mac OS:
$ python3 -m venv venv
$ source venv/bin/activate
On Windows:
$ python3 -m venv venv
$ venv\Scripts\activate.bat
$ pip install neo3-boa
If Neo3-Boa is not available via pip, you can run it from source.
$ git clone https://github.com/CityOfZion/neo3-boa.git
$ pip install wheel
$ pip install -e .
Check out our getting started documentation to learn how to use the compiler. Also check our examples below for reference.
For an extensive collection of examples:
Checkout our contributing file to see how you can contribute with our project.
FAQs
A Python compiler for the Neo3 Virtual Machine
We found that neo3-boa demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.