Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TON Plugin: Wallet Management #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mikirov
Copy link

@mikirov mikirov commented Feb 7, 2025

Relates to

elizaOS/eliza#3042

Risks

TON Plugin

Background

What does this PR do?

  • Implements an action that creates new TON wallets on demand, returning essential data and storing private keys encrypted in a file
  • Implements an action that loads a TON wallets on demand, returning essential data (e.g., public address). Requires a decryption password, that is supplied form .env
  • Provide secure mechanisms for storing private keys, ensuring they remain inaccessible to unauthorized entities

What kind of change is this?

Why are we doing this? Any context or related work?

TON Plugin Bounty

Documentation changes needed?

My changes require a change to the project documentation.
If documentation change is needed: I have updated the documentation accordingly, buy modifying the .env.example

Testing

cd packages/plugin/ton && pnpm test

Where should a reviewer start?

providers/wallet.ts

Detailed testing steps

cd packages/plugin-ton && pnpm test

Discord username

@mikirov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant