Hecate2 / neo-mamba

Python SDK for the NEO3 blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

neo-mamba

image

image

image

image

image

This project is for you if you're looking to use Python to

  • Deploy smart contracts
  • Transfer NEP-11 and NEP-17 tokens
  • Vote for your favourite consensus node
  • Interact with on-chain smart contracts
  • Manage wallets
  • Build and sign specialized transactions
  • and more..

This SDK provides building blocks for Python developers to interact with the NEO blockchain without requiring to run a full node. In order to interact with the chain and obtain information it relies heavily on RPC nodes. You can find a list of public RPC nodes here.

Please report any issues on Github or submit ideas how to improve the SDK.

Also check out our Python smart contract compiler Boa !

Installation and usage

Installation instructions, how to interact with smart contrats as well as API reference documentation can be found at https://mamba.coz.io/

Developing or contributing

Install the requirements, modify the code and PR :-) :

pip install -e .[dev]

The project uses Black for code formatting. You might want to integrate this into your editor.

About

Python SDK for the NEO3 blockchain

License:MIT License


Languages

Language:Python 99.7%Language:Makefile 0.3%