Onchain settlement #104
Answered
by
nksazonov
Philotheephilix
asked this question in
Q&A
|
From docs.yellow.org i can see how to connect and make offchain transfers in yellow node |
Answered by
nksazonov
Feb 4, 2026
Replies: 1 comment
|
@Philotheephilix , you firstly need to authenticate to the Clearnode, then request channel creation, and finally use the TS SDK, specifically the |
0 replies
Answer selected by
Philotheephilix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Philotheephilix , you firstly need to authenticate to the Clearnode, then request channel creation, and finally use the TS SDK, specifically the
NitroliteClient.createAndDeposit(...), andNitroliteClient.resize(...), to open and fund a channel.