|
||
---|---|---|
.. | ||
src | ||
README.md | ||
makefile |
README.md
Program examples written in C
The examples in this directory demonstrate various Solana program mechanisms. They are for code reference only and are not end-to-end working examples. The current C test frameworks are very limited so not all functionality is fully tested.
Environment Setup
- Install
make
- Install gcc
- Install Solana v1.4.6 or later from https://docs.solana.com/cli/install-solana-cli-tools
Build and Test
To build the examples and run the tests:
$ make