[PRE-ANN] HEAT: 3.0 crypto*multisig fiat*a2a hft*1000tps*DSA*PoS+PoP*e2ee chat
-
Forging income data from heatnodes.org:
Top Forgers + Monthly returns + Graph of all forging nodes versus all balances not forging.
http://heatnodes.org/?page_id=187As well a special account monitoring setup also from heatnodes.org which allows an email system for notifications on a forging node's activity and status.
http://heatnodes.org/?p=185
-
Coming quickly to completion is the HEAT Dev Kit.
https://github.com/Heat-Ledger-Ltd/heat-dev-kit/blob/master/src/microservice/gateway/service.ts is a working ASSET to BITCOIN gateway microservice in just 22 lines of TypeScript (lots of comments for explanations).
So far completed:
- Automatic Java class to TypeScript generation (strong typing for all heat java classes and most java standard lib classes)
- Java Nashorn sourcemap support built-in to heat server
- Visual Studio Code test run integration (run your microservice from within vscode, includes clickable stacktraces on Nashorn errors)
- Heat command line interface for running microservice (tests)
- Microservice client framework
- Gulp build pipeline which does your typescript compilation, sourcemap generation and runs heat server to execute tests