diff --git a/README.md b/README.md index b4b59a85..d146dbdf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Program Examples +[![Native](https://github.com/solana-developers/program-examples/actions/workflows/solana-native.yml/badge.svg?event=schedule)](https://github.com/solana-developers/program-examples/actions/workflows/solana-native.yml) [![Anchor](https://github.com/solana-developers/program-examples/actions/workflows/anchor.yml/badge.svg?event=schedule)](https://github.com/solana-developers/program-examples/actions/workflows/anchor.yml) [![Steel](https://github.com/solana-developers/program-examples/actions/workflows/steel.yml/badge.svg?event=schedule)](https://github.com/solana-developers/program-examples/actions/workflows/steel.yml) [![Poseidon](https://github.com/solana-developers/program-examples/actions/workflows/poseidon.yml/badge.svg?event=schedule)](https://github.com/solana-developers/program-examples/actions/workflows/poseidon.yml) + ## Onchain program examples for :anchor: Anchor :crab: Native Rust, [TS] TypeScript and :snake: Python This repo contains Solana onchain programs (referred to as 'Smart Contracts' in other blockchains).