Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 87 additions & 9 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,106 @@
* @ton-org/docs

##
# CI
# Ecosystem
##

/.github/ @novusnota
# AI
/ecosystem/ai/skills.mdx @Alejandbel
/ecosystem/ai/mcp.mdx @TrueCarry @thekiba @Alejandbel
/ecosystem/ai/wallets.mdx @TrueCarry @thekiba @Alejandbel

# APIs
/ecosystem/api/toncenter @kdimentionaltree

# Sub-second finality upgrade
/ecosystem/subsecond.mdx @thekiba

# Analytics
/ecosystem/analytics.mdx @ohld

# TON Connect, AppKit, WalletKit
/ecosystem/ton-connect/ @TrueCarry
/ecosystem/appkit/ @TrueCarry @thekiba
/ecosystem/walletkit/ @TrueCarry @thekiba

# TON Pay
/ecosystem/ton-pay @aigerimu @delovoyhomie

# TMA
/ecosystem/tma @heyqbnk @kuhel

# Blockchain nodes
/ecosystem/nodes/overview.mdx @yungwine @inyellowbus
/ecosystem/nodes/cpp @yungwine
/ecosystem/nodes/rust @inyellowbus

# Staking
/ecosystem/staking @yungwine @thekiba

##
# Payment processing
##

/payments @Shvandre @Kaladin13

##
# Standard contracts
##

/standard @Shvandre @Kaladin13

##
# Contract development
##

/contract-dev @Shvandre @Kaladin13

##
# Tolk language
##

/tolk @tolk-vm @Shvandre @Kaladin13

##
# TVM: TON Virtual Machine
##

/tvm @Shvandre @Kaladin13

##
# Blockchain foundations
##

/foundations @Shvandre @Kaladin13

##
# Contributing and components
##

/contribute/ @novusnota @aigerimu
/snippets/ @novusnota

##
# AI
# CI
##

/ecosystem/ai/mcp.mdx @TrueCarry @thekiba
/ecosystem/ai/wallets.mdx @TrueCarry @thekiba
/.github/ @novusnota
/.husky/ @novusnota

##
# TON Connect, AppKit, WalletKit
# Configs and setup
##

/ecosystem/ton-connect/ @TrueCarry @thekiba
/ecosystem/appkit/ @TrueCarry @thekiba
/ecosystem/walletkit/ @TrueCarry @thekiba
/.cspell.jsonc @novusnota
/.editorconfig @novusnota
/.gitattributes @novusnota
/.gitignore @novusnota
/.npmrc @novusnota
/.prettier* @novusnota
/.remark* @novusnota
/extra* @novusnota
/package* @novusnota
/scripts/ @novusnota
/resources/dictionaries @novusnota
/resources/grammars @novusnota
/resources/logo @novusnota
Loading