carlaKC / attackathon

utilities and instructions to run a lightning jamming attackathon
0 stars 5 forks source link

templates: provide rustlang template code #35

Open carlaKC opened 3 months ago

carlaKC commented 3 months ago

Updating popular client libraries that talk to LND to use a fork of LND can be a bit of a hack.

Provide a rust template that provides a rpc client that has our endorsement fields built in. Optionally provide more functionality as in #27 for golang.

PurpleTimez commented 2 weeks ago

I think template code is what I was looking for with #69, I'll see if what is in template already is good or I can write one in rust.