This project is a wrapper of steem APIs. It provides an easy way to use steem APIs for Lua developers.
The current implementation is a wrapper of steem API and the returned values are all in JSON.
Next release will be focus on making the lua developer's life easy:
1) Add other unwrapped utility functions.
2) Convert the JSON string to lua table etc.
libcurl 7.54
lua5.3
- windows/msys compiling: gcc -shared steem.cpp -o steem.dll -lcurl -llua
- linux compiling: gcc -shared steem.cpp -o steem.so -lcurl -llua
After compile, you will get the steem.dll on windows, and steem.so on linux.
Just put the shared library in the same directory with lua script, it will works fine.
Please see CHANGELOG.md file
Please see the DOC.md
Just fork this project, create your branch, commit your changes and send a pull request!
Just following me on steemit: https://steemit.com/@steemlua
lua test.lua
{"id":1,"result":702626}24