nTipBot is a deterministic wallet generator to provide seamless and fun nkn wallet integration with telegram.
The library has a dependency on the c# port for the nkn sdk https://github.com/hiksa/nkn-sdk-net/.
Use the ApiKeysExample.cs to fill in your own keys as needed.
MIT License.
NKN, short for New Kind of Network, is a project aiming to rebuild the Internet that will be truly open, decentralized, dynamic, safe, shared and owned by the community.
Official website: https://nkn.org/
Can I submit a bug, suggestion or feature request?
Yes. Please open an issue for that.
Can I contribute patches to nTipBot?
Yes, we appreciate your help! To make contributions, please fork the repo, push your changes to the forked repo with signed-off commits, and open a pull request here.
Please follow the Microsoft Style Guide for coding style.
Please sign off your commit. This means adding a line "Signed-off-by: Name " at the end of each commit, indicating that you wrote the code and have the right to pass it on as an open source patch. This can be done automatically by adding -s when committing:
git commit -s