374 posts
Posted 05 July 2016 - 11:48 PM
SMALLET
Smallet is a lightweight, basic computer compatible (with graphics for advanced computers)
wallet for Krist. Currently, it allows name buying and lookups, as well as
basic transactions.
pastebin get vjEdFgrx smallet
It's self explanatory in the basic computer version, but click T or N on the advanced version to go to Transactions or Names
and click on the red "smallet" on the left to go home.
Enjoy!
Credits:
Smallet Code: Me
Edited on 05 July 2016 - 09:49 PM
256 posts
Posted 05 July 2016 - 11:52 PM
Looks awesome! One bug I noticed is going from T to N gives this error:
Edit: Looks like its because you're calling names() before it was defined - you can solve this by forward declaring the functions.
Edited on 05 July 2016 - 09:53 PM
374 posts
Posted 06 July 2016 - 12:00 AM
Looks awesome! One bug I noticed is going from T to N gives this error:
Edit: Looks like its because you're calling names() before it was defined - you can solve this by forward declaring the functions.
Oh, shoot. Fixed. Thanks lemmmy, not only for that but helping me with the API calls :D/>
Also, note to anybody wondering: I will be eventually (once i fix some of the calls in it and make it more efficient) releasing KLua, a lua implimentation of the HTTP Krist API.
Edited on 05 July 2016 - 10:02 PM