robonomics interface
robonomics-interface 2.0.0
這是Polkascan/Py-Substrate-Interface上的簡單包裝器,用於促進使用Robonomics Polkadot Parachain的應用程序編寫代碼。
警告
從2.0開始,默認的Websocket更改為wss://polkadot.rpc.robonomics.network/ 。使用wss://kusama.rpc.robonomics.network/進行kusama parachain。
Robonomics項目:https://robonomens.network/
robonomics parachain dapp:https://polkadot.js.org/apps/?rpc=wss%3A%2F%2F%2FPOLKADOT.RPC.ROBOMONSICS.NETWORK%2F#/explorer
文檔:https://airalab.github.io/robonomics-interface/
pip3 install robonomics-interface在為此存儲庫做出貢獻時,請先與此存儲庫的所有者在更改之前與該存儲庫的所有者討論您希望通過的更改或任何其他方法進行更改。
poetry install安裝substrate_interface可能需要鏽蝕和歸類。
poetry add < lib >ReStructuredText Docstrings。docs/source/modules.rst 。最好在docs/source/usage.rst中描述其他功能black -l 120 < modified_file >docs文件夾中的make html檢查文檔的外觀,並檢查docs/build/html/index.html頁面。 # 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 >