Skip to content

feat: add experimental ark lnclient with off-chain (native ark) send and receive #1191

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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rolznz
Copy link
Contributor

@rolznz rolznz commented Mar 16, 2025

DOES NOT SUPPORT LIGHTNING SO IS CURRENTLY USELESS

Testing out the Ark SDK. Currently you can send and receive vtxos via custom node commands and see your off-chain balance. Still need to add:

  • List Transactions?
  • Refreshing VTXOs
  • Boltz swaps

@rolznz rolznz changed the title feat: add experimental ark lnclient with off-chain (native ark) send and receive via custom node commands feat: add experimental ark lnclient with off-chain (native ark) send and receive Mar 16, 2025
@@ -0,0 +1,28 @@
import { wordlist } from "@scure/bip39/wordlists/english";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not necessary right now because we configure the LNClient via ENV

@@ -59,6 +59,7 @@ import { SetupFinish } from "src/screens/setup/SetupFinish";
import { SetupNode } from "src/screens/setup/SetupNode";
import { SetupPassword } from "src/screens/setup/SetupPassword";
import { SetupSecurity } from "src/screens/setup/SetupSecurity";
import { ArkForm } from "src/screens/setup/node/ArkForm";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not necessary right now because we configure the LNClient via ENV

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