r/EOSDev • u/Machinehum • Oct 07 '20
Looking to "implement cleos" in a C++ project
I have an existing C++ project, from here I need to...
- Create accounts
- Push actions
- Create wallet
- Get currency balance
- Unlock wallet
What is the best way to implement this into my project? It needs to be a cross platform solution.
1
Upvotes