{"library":"smoldot-light","title":"smoldot-light","type":"library","description":"Python bindings for the smoldot_light Rust crate, providing a lightweight WebAssembly-based Substrate/Polkadot light client. Current version 0.1.0, initial release.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install smoldot-light"],"cli":null},"imports":["from smoldot_light import SmoldotLight"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/JAMdotTech/py-smoldot-light","docs":null,"changelog":null,"pypi":"https://pypi.org/project/smoldot-light/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from smoldot_light import SmoldotLight\n\nclient = SmoldotLight()\n# Example: connect to a Polkadot relay chain via a light client\nclient.add_chain('polkadot')\nprint(client.chains)","lang":"python","description":"Create a light client instance and add a chain.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}