lecle / aloxide

Aloxide is a pragmatic abstraction layer for various blockchain softwares.
Apache License 2.0
10 stars 5 forks source link

Implement Entity Manager for the aloxide-js sdk #83

Closed cymonkey closed 4 years ago

cymonkey commented 4 years ago

As part of Aloxide SDK, we need to implement feature to read and write data from/to blockchain, implementing Entity Manager is a way to do that.

Related to #27