@elizaos/plugin-tee-verifiable-log
TypeScript icon, indicating that this package has built-in type declarations

0.25.6-alpha.1 • Public • Published

Build

Execute the following command to build the code.

pnpm clean
pnpm install  or  pnpm install --no-frozen-lockfile
pnpm build

Configuration

This plugin depends on plugin-tee. To get a TEE simulator for local testing, use the following commands:

docker pull phalanetwork/tappd-simulator:latest
# by default the simulator is available in localhost:8090
docker run --rm -p 8090:8090 phalanetwork/tappd-simulator:latest

When using the provider through the runtime environment, ensure the following settings are configured:

 # Optional, for simulator purposes if testing on mac or windows. Leave empty for Linux x86 machines.
TEE_MODE="LOCAL"                    # LOCAL | DOCKER | PRODUCTION
WALLET_SECRET_SALT= "<your-secret-salt>"            # ONLY define if you want to use TEE Plugin, otherwise it will throw errors

VLOG="true"

For detailed configuration of plugin-tee, see the documentation.docs/docs/advanced/eliza-in-tee.md

Test

Test files are located in the test folder. To run the tests, execute the following command:

pnpm test

Readme

Keywords

none

Package Sidebar

Install

npm i @elizaos/plugin-tee-verifiable-log

Weekly Downloads

854

Version

0.25.6-alpha.1

License

none

Unpacked Size

47.9 kB

Total Files

7

Last publish

Collaborators

  • shawticus
  • shakkernerd
  • wtfsayo