New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

robonomics-interface

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

robonomics-interface

This is a simple wrapper over polkascan/py-substrate-interface used to facilitate writing code for applications using Robonomics Polkadot Parachain.

  • 2.0.0
  • PyPI
  • Socket score

Maintainers
2

robonomics-interface

This is a simple wrapper over polkascan/py-substrate-interface used to facilitate writing code for applications using Robonomics Polkadot Parachain.

[!WARNING]
Starting from 2.0 the default websocket is changed to wss://polkadot.rpc.robonomics.network/. Use wss://kusama.rpc.robonomics.network/ for Kusama Parachain.

Robonomics project: https://robonomics.network/

Robonomics parachain dapp: https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fpolkadot.rpc.robonomics.network%2F#/explorer

Documentation: https://airalab.github.io/robonomics-interface/


Installation

pip3 install robonomics-interface

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Pull Request Process

  1. Install poetry
  2. Git clone the repository
  3. Install requirements with
poetry install

Installing substrate_interface may require Rust and Rustup nightly.

  1. Add functions/edit code/fix issues.
  2. Make a PR.
  3. ...
  4. Profit!

Some important rules

  • If needed, install dependencies with
poetry add <lib>
  • Use ReStructuredText docstrings.
  • Respect typing annotation.
  • Add documentation. Please take in consideration that if a new class was created, add it to docs/source/modules.rst. Other functionality is better to be described in docs/source/usage.rst
  • Black it:
black -l 120 <modified_file>
  • Check how the docs look via make html from the docs folder and checking the docs/build/html/index.html page.
  • Do not bump version.
  • One may test the code by
# in project root
poetry build
pip3 uninstall robonomcis_interface -y  #if was installed previously
pip3 install pip3 install dist/robonomics_interface-<version>-py3-none-any.whl 
python3 <testing_script>

Keywords

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc