Skip to content

NearDeFi/shade-python-example

Repository files navigation

shade-python-example

Warning

The Shade Agent Framework is experimental and contains known critical vulnerabilities.

It must not be used in production or on mainnet and is intended solely for testing and non-critical use on testnet.

No representations or warranties are made regarding security, correctness, or fitness for any purpose. Use of this software is entirely at your own risk.

A production-ready version of the framework is currently in development.

This example demonstrates the available functions in the shade-agent-py package.

Running locally

Fill out the environment variables and open Docker

Set up a virtual environment and install dependencies

python -m venv venv
source venv/bin/activate 
pip install -e .

Set the contract prefix to ac-proxy.

Run the CLI

shade-agent-cli

In another terminal, run the app

python src/app.py

Running on Phala

Set the contract prefix to ac-sandbox.

Run the CLI

shade-agent-cli

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published