-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f3f3b2d
commit 6d70c8a
Showing
2 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Tech ecosystem | ||
|
||
## Tech stack | ||
|
||
### Core | ||
|
||
- [x] [Rust](https://www.rust-lang.org/) | ||
- [x] [Typescript](https://www.typescriptlang.org) | ||
- [x] [Anchor](https://www.anchor-lang.com/) | ||
|
||
## 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. |