Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 595 Bytes

TECH_ECOSYSTEM.md

File metadata and controls

16 lines (12 loc) · 595 Bytes

Tech ecosystem

Tech stack

Core

Basic Building Blocks

Rust and Anchor

Solana supports writing on-chain programs using the Rust programming language. Anchor is a framework for Solana's Sealevel runtime providing several convenient developer tools for writing smart contracts.

Typescript

When we created this project using the Anchor framework, it generated a tests/programs.ts file. So we use typescript to write test file for contract.