anchor/examples
Armani Ferrante 2cc82bc11a
docs: Update tutorials for new init constraint (#670)
2021-09-02 16:29:25 -07:00
..
cashiers-check lang: Consistent init constraints (#641) 2021-08-29 14:25:38 -07:00
cfo lang: Move program check to try_from (#660) 2021-09-01 14:53:39 -07:00
chat lang: Consistent init constraints (#641) 2021-08-29 14:25:38 -07:00
composite lang: Add zero attribute (#513) 2021-08-25 10:27:27 -07:00
errors lang: Add zero attribute (#513) 2021-08-25 10:27:27 -07:00
escrow lang: Add zero attribute (#513) 2021-08-25 10:27:27 -07:00
events ts: Fix event listener and add multiple event test (#631) 2021-08-23 11:56:23 -07:00
ido-pool lang: Consistent init constraints (#641) 2021-08-29 14:25:38 -07:00
interface examples: Fix typos (#564) 2021-08-06 12:52:54 -07:00
lockup lang: Consistent init constraints (#641) 2021-08-29 14:25:38 -07:00
misc lang: Sends lamports to payer on init (#648) 2021-08-31 14:43:04 -07:00
multisig lang: Consistent init constraints (#641) 2021-08-29 14:25:38 -07:00
permissioned-markets examples: Bump solana-program to 1.7.11 (#654) 2021-08-31 17:27:59 -07:00
pyth cli: Allow custom test commands (#550) 2021-07-29 14:38:24 -07:00
spl/token-proxy cli: Allow custom test commands (#550) 2021-07-29 14:38:24 -07:00
swap deps: Unpin zeroize (#580) 2021-08-05 11:04:57 -07:00
sysvars cli: Allow custom test commands (#550) 2021-07-29 14:38:24 -07:00
tictactoe examples: Tictactoe (#609) 2021-08-18 23:50:50 -07:00
tutorial docs: Update tutorials for new init constraint (#670) 2021-09-02 16:29:25 -07:00
typescript cli: Anchor registry publishing (#570) 2021-08-08 02:11:48 -07:00
zero-copy lang: Add zero attribute (#513) 2021-08-25 10:27:27 -07:00
README.md examples: Spelling corrections (#315) 2021-05-24 10:48:22 -07:00

README.md

Examples

The examples presented here are for educational purposes only. No program here is guaranteed to be safe or secure in any way. In many cases, they are simply just simple integration tests to illustrate some particular functionality of the framework. If used, one should audit any programs used and take full responsibility for the consequences that occur due to any outstanding bugs or security vulnerabilities that exist.