Skip to content

Commit

Permalink
chore: update document
Browse files Browse the repository at this point in the history
  • Loading branch information
quanghuynguyen1902 committed Jan 31, 2023
1 parent f3f3b2d commit 6d70c8a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Superteam Dao Dapp

Superteam dao contract is a Bounty log proof of work onchain.
Superteam dao dapp is a Bounty log proof of work onchain.

| Program | Devnet | Mainnet Beta |
|------------------------------------------------------------|--------|------------- |
Expand Down Expand Up @@ -39,6 +39,5 @@ solana logs
### Documents
- [Getting started](/docs/GETTING_START.md)
- [Tech ecosystem](/docs/TECH_ECOSYSTEM.md)
- [Writing tests](/docs/WRITING_TEST.md)
- [Editor](/docs/EDITOR.md)
- [Writing tests](/tests/superteam-dao-contract.ts)
- [Deployment](/docs/DEPLOYMENT.md)
16 changes: 16 additions & 0 deletions docs/TECH_ECOSYSTEM.md
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.

0 comments on commit 6d70c8a

Please sign in to comment.