ScaleChain / scalechain

A customizable blockchain for altcoins.
236 stars 64 forks source link

Port crypto, transaction, storage layer #110

Closed Kangmo closed 7 years ago

Kangmo commented 7 years ago

what

Port crypto, transaction, storage layer

why

Will port layers from crypto up to cli layer to finalize interfaces.

how

Port layers from bottom to top.

Kangmo commented 7 years ago

In progress : Port Script layer

why ?

Need to make sure interfaces in the below layers of Script compiles with the Script layer.

how ?

Port the code to Kotlin, make sure it compiles.

Kangmo commented 7 years ago

In progress : Port storage layer.

Kangmo commented 7 years ago

done. will have a separate work item for test automation.