LNP-WG / lnp-node

Lightning network protocol daemon (suitable for generalized Lightning Network)
MIT License
145 stars 40 forks source link

WIP create API service #7

Closed St333p closed 4 years ago

St333p commented 4 years ago

Within the scope of Lightning Hacksprint I tried to implement what's in issue #3.

Not being a Rust developer, I had to guess how some things should be handled and possibly none of this makes sense at all. However this was a great opportunity for me to get a taste of Rust and of this project, both of which will for sure come handy in the future. I'd still love to keep this collaboration going, perhaps after I get a bit more comfortable with the language.

dr-orlovsky commented 4 years ago

Thank you very much for you effort and contribution! While the build seems to fail, I will merge it anyway and will edit it afterwards

St333p commented 4 years ago

Thank you. I know, sorry for that. I got some compilation failure that looked like a bug in the compiler from the error message and I couldn't identify where it was from. I hoped for a second it was due to my wrong configuration. I hope before the next contribution I will build a bit of rust proficiency.