New Flipstarter campaign: Knuth Javascript API

5 235
Avatar for kth
Written by
3 years ago

The Knuth engineering team will start working on the first version of the Knuth Javascript library.

Knuth is a Bitcoin Cash full-node written in C++17, but it's not just that.

Our goal is to provide a set of libraries in various programming languages that simplifies application development, ease on-boarding of new developers and let them build their new ideas and really boost the Bitcoin Cash ecosystem.

So the Javascript library is about to join our family of libraries: C++17C and C#. But this does not end here, our plan is to provide libraries in other popular programming languages: Rust, Python, Java, Go, Eiffel, ...

Once this project is completed, our next step will be to use this new Javascript library to create our own block explorer on top of it. This other project will serve as an example to demonstrate the full power of Knuth's APIs.

We would like you to be able to use the Knuth node as a library in your favorite programming language.

Requested Funding

The estimated time for the development of the Knuth Javascript library is 240 hours. At a rate of 0.2 BCH/hr the total requested funding for this phase of development is 48 BCH.

Flipstarter Campaing

You can access our Flipstarter campaign with this link https://fund.kth.cash/?id=11.

Knuth's 2020 in numbers

If you want to know what we have been working on for the past year, check out the following article: https://read.cash/@kth/knuths-2020-in-numbers-e900dfc6

Plan for 2021

  • Development of the Knuth Javascript Library (this Flipstarter campaign).

  • Create our own block explorer on top of the JS library.

  • Improve the performance of the node so that it can adapt to the times that come in Bitcoin Cash: 256 MB blocks. For this we have determined that we will need to (1) rewrite the IDB code from scratch and (2) implement a better concurrency scheme.

  • Maintain and improve our existing APIs: C++, C, C#.

  • Implement UTXO Commitments.

  • Implement Double-Spend Proofs.

  • Development of the Knuth Rust Library.

  • Development of the Knuth Python Library.

  • Development of the Knuth Java Library.

  • Development of the Knuth Go-lang Library.

  • Development of the Knuth Eiffel Library.

The listing above is our entire backlog. Instead of doing a big campaign with all that, we prefer to go on feature-by-feature campaigns basis. Once we finish the current one, we will move on to the next one. In this way, it allows us to do shorter tasks and since the Bitcoin Cash ecosystem is very dynamic, we can adapt to the demands of the moment.

Thank you!

Knuth is open source software that needs community support to continue its development. Therefore we would like to thank the generosity of our supporters and that of the entire Bitcoin Cash ecosystem. You are the ones that allow us to move forward with our goal, which is everyone's goal at Bitcoin Cash, which is to be the Peer-to-Peer Electronic Cash System for the entire world.

10
$ 3.57
$ 1.55 from @TheRandomRewarder
$ 1.00 from @ErdoganTalk
$ 1.00 from @inf
+ 1
Sponsors of kth
empty
empty
empty
Avatar for kth
Written by
3 years ago

Comments

Any chance typescript can be used instead of vanilla javascript for better DX?

Also there seems to be something wrong with the flipstarter. I am getting error when trying to pledge:

Please reload the page and try again. Sorry we had an unexpected error: { "error": {} }

$ 0.00
3 years ago

I invite you to discuss it in our Telegram channel: https://t.me/knuth_cash

$ 0.00
User's avatar kth
3 years ago

I guess any JS library is usable in TS code. (Sorry I do not know what DX is). Thanks for your contribution. Could you please try again?

$ 0.00
User's avatar kth
3 years ago

Are you going to compile C++ code to JavaScript, or is this a separate thing?

$ 0.00
3 years ago

It is a Javascript binding on top of our C API. It will be a Node.js N-API (Native API). At the moment it can't be used in a browser, unless I manage to run the native code using webassembly, emscripten or something like that.

$ 0.01
User's avatar kth
3 years ago