Using Walrus with Python
You can interact with Walrus from within Python code.
Use the HTTP API
Use the HTTP API to store and read blobs.
File not found in manifest:
docs/examples/python/hello_walrus_webapi.py. You probably need to run `pnpm prebuild` and restart the site.Use the JSON API
Use the JSON API to store, read, and check the availability of a blob. Checking the certification of a blob illustrates reading the blob's corresponding Sui object.
File not found in manifest:
docs/examples/python/hello_walrus_jsonapi.py. You probably need to run `pnpm prebuild` and restart the site.Track Walrus events
File not found in manifest:
docs/examples/python/track_walrus_events.py. You probably need to run `pnpm prebuild` and restart the site.