EvernodeXRPL / hp-c-contract

Hot Pocket contract library for C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HotPocket contract library for C

Usage

  • Copy the files hotpocket_contract.h and json.h (credits) files into your contract includes.
  • Build your contract with usual gcc build.

Example

  • See example-contract.c for an example.
  • Example contract can be built with gcc example_contract.c -o example_contract

About

Hot Pocket contract library for C.

License:Other


Languages

Language:C++ 65.0%Language:C 35.0%