anchor/examples
Maximilian Schneider 53295e1e0b
examples: Rewrite constraints for new anchor version (#475)
2021-07-04 15:19:07 -07:00
..
cashiers-check examples: Import TOKEN_PROGRAM_ID from @solana/spl-token (#415) 2021-06-26 10:27:14 -07:00
cfo lang: Remove belongs_to in favor of has_one (#459) 2021-07-03 11:58:23 -07:00
chat lang: Framework defined error codes (#354) 2021-06-09 13:02:50 -07:00
composite ts: Reorganize program namespaces into well typed elements (#322) 2021-05-25 20:04:05 -07:00
errors lang: Remove belongs_to in favor of has_one (#459) 2021-07-03 11:58:23 -07:00
escrow examples: Add escrow (#410) 2021-06-22 20:03:57 -07:00
events cli: Add provider section to Anchor.toml (#305) 2021-05-23 10:00:24 -07:00
ido-pool examples: Rewrite constraints for new anchor version (#475) 2021-07-04 15:19:07 -07:00
interface ts: Reorganize program namespaces into well typed elements (#322) 2021-05-25 20:04:05 -07:00
lockup lang: Remove belongs_to in favor of has_one (#459) 2021-07-03 11:58:23 -07:00
misc lang, ts: Fallback functions (#457) 2021-07-02 17:33:48 -07:00
multisig lang: Remove belongs_to in favor of has_one (#459) 2021-07-03 11:58:23 -07:00
pyth examples: Update pyth to v2 (#385) 2021-06-14 11:56:30 -07:00
spl/token-proxy spl: Implement token::set_authority (#307) 2021-05-24 17:07:20 -07:00
swap example: Fix typo in test (#416) 2021-06-24 15:02:18 -07:00
sysvars cli: Add provider section to Anchor.toml (#305) 2021-05-23 10:00:24 -07:00
tutorial lang: Initialize program derived addresses with instruction data (#386) 2021-06-15 17:15:51 -07:00
typescript cli: Add provider section to Anchor.toml (#305) 2021-05-23 10:00:24 -07:00
zero-copy examples: Import TOKEN_PROGRAM_ID from @solana/spl-token (#415) 2021-06-26 10:27:14 -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.