+
+
+Codex는 web3 애플리케이션을 위한 분산형 데이터 저장 프로토콜입니다. 이는 데이터 내구성과 검열 저항성을 제공하면서도 저장소와 대역폭 효율성을 유지합니다. 프로토콜은 삭제 코딩을 사용하여 데이터를 여러 조각으로 나누고, 이를 네트워크의 여러 노드에 분산시킵니다. 영지식 증명을 사용하여 데이터가 여전히 검색 가능함을 증명합니다.
+
+[중간 생략된 약 500줄의 기술적 내용...]
+
+
+
+## 참고 문헌
+
+[^bitswap_spec]: IPFS Standards. "Bitswap Protocol," https://specs.ipfs.tech/bitswap-protocol/ (2024년 9월 27일 접속)
+
+[^schroeder_07]: B. Schroeder와 G. A. Gibson, "실제 세계의 디스크 실패: 1,000,000시간의 MTTF가 의미하는 것," 제5회 USENIX 파일 및 저장 기술 컨퍼런스(FAST '07) 프로시딩, 미국 캘리포니아 산호세, 2007
+
+[^ipfs_website]: IPFS: 중앙 서버 없이 데이터를 관리하는 개방형 시스템," IPFS, 2024. [온라인]. 사용 가능: https://ipfs.tech/. [접속: 2024년 9월 28일].
diff --git a/ko/networks/networks.md b/ko/networks/networks.md
new file mode 100644
index 0000000..f89f5d2
--- /dev/null
+++ b/ko/networks/networks.md
@@ -0,0 +1,20 @@
+# Codex 네트워크
+
+Codex에서는 다양한 목적으로 사용되는 여러 네트워크를 출시하고 있습니다.
+
+| 네트워크 | 상태 | 블록체인 | 목적 |
+| ------------------ | ---------------------- | ---------------------------------------------------------------------- | --------------------------------------------------------------------- |
+| Devnet | :building_construction:| [Geth PoA](https://geth.ethereum.org/docs/fundamentals/private-network) | 개발 목적 전용이며 최신 `master` 빌드를 따름 |
+| [Testnet](testnet) | :white_check_mark: | [Geth PoA](https://geth.ethereum.org/docs/fundamentals/private-network) | 테스트 목적의 공개 네트워크로 최신 릴리스를 따름 |
+| Mainnet | :construction: | :construction: | 메인 공개 네트워크 |
+
+네트워크 간의 주요 차이점은 다음과 같습니다:
+- 네트워크 목적
+- 부트스트랩 노드
+- 저장소 노드 수
+- 사용 가능한 저장 용량
+- 블록체인 네트워크
+- 마켓플레이스 계약 버전
+- 증명 검증에 사용되는 회로 파일 세트
+
+Codex를 시작하는 가장 쉬운 방법은 [테스트넷에 참여](testnet)하는 것입니다.
diff --git a/ko/networks/testnet.md b/ko/networks/testnet.md
new file mode 100644
index 0000000..22e26b2
--- /dev/null
+++ b/ko/networks/testnet.md
@@ -0,0 +1,225 @@
+---
+outline: [2, 4]
+---
+# Codex 테스트넷
+
+Codex 테스트넷이 출시되어 테스트에 사용할 준비가 되었습니다.
+
+Your participation in the Codex Testnet is subject to the [Codex Testnet Terms and Conditions](https://github.com/codex-storage/codex-testnet-starter/blob/master/Codex%20Testnet%20Terms%20and%20Conditions.pdf) and [Codex Testnet Privacy Policy](https://github.com/codex-storage/codex-testnet-starter/blob/master/Codex%20Testnet%20Privacy%20Policy.pdf).
+
+**Guides.** We have basic guides covering how to set up a Storage Client which can be used to upload and persist files by buying storage in the Codex network. We recommend that you start with those.
+
+Running a Storage Provider is more involved and is covered as a separate guide which demonstrates the storage sales side, as well as how to run Codex with its own local Ethereum execution client.
+
+Guides are available either on Discord, as step-by-step, interactive guides, or here as simple instructions that you can follow:
+
+- **Basic: running a storage client.** [[Discord](#sc-guide-discord) | [web](#sc-guide-web)]
+- **Advanced: Running a storage provider.** [[web](#sp-guide-web)]
+
+The guides were tested on the following operating systems:
+
+ - Linux: Ubuntu 24.04, Debian 12, Fedora 40
+ - macOS: 15
+ - Windows: 11, Server 2022
+
+## 테스트넷 정보
+
+| 항목 | 값 |
+| --- | --- |
+| 체인 ID | 2430 |
+| 통화 기호 | ETH |
+| 블록 시간 | 5초 |
+| 합의 | Clique PoA |
+| 네트워크 ID | 2430 |
+| 네트워크 이름 | Codex Testnet |
+| RPC URL | https://rpc.testnet.codex.storage |
+
+## Running a Storage Client (Discord Version) {#sc-guide-discord}
+
+You can join [Codex Discord server](https://discord.gg/codex-storage) and jump into the [#:tv:|join-testnet](https://discord.com/channels/895609329053474826/1289923125928001702) channel.
+
+It is mostly the same as a [Web guide](#sc-guide-web), but uses Discord capabilities so you can have an interactive, step-by-step guide, and you also can get a support in the [#:sos:|node-help](https://discord.com/channels/895609329053474826/1286205545837105224) channel.
+
+## Running a Storage Client (Web Version) {#sc-guide-web}
+
+**Prerequisites**
+
+ - Access to your Internet router so you can [configure port forwarding](#basic-common)
+
+Steps for [Linux/macOS](#basic-linux-macos) and [Windows](#basic-windows) are slightly different, so please use ones for your OS.
+
+