/hp-c-contract

Hot Pocket contract library for C.

Primary LanguageC++OtherNOASSERTION

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