Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
SteemPressure
Keep your STEEM from escaping: secure your keys with SteemPressure
-
eos-contracts
Some Eos smart contracts
-
cryptdb
Proof of concept encrypted database, where database server is untrusted and never sees plaintexts.
-
eosio-sdk
SDK for Eos.io Smart Contracts
C++ 2
-
bts_gui
Qt/QML GUI for BitsharesX
-
docker-bitshares
A docker build context for a basic BitShares image
Shell 1
61 contributions in the last year
Contribution activity
May 2019
Created a pull request in bitshares/bitshares-fc that received 7 comments
Add API support for optional arguments
FC_API now supports optional arguments! Any trailing arguments of an fc::optional type are now optional, and do not need to be supplied. If omitted…