consensus-specs

(★ 3,959)

Ethereum Proof-of-Stake Consensus Specifications

파일 탐색기

  • .gitignore
  • AGENTS.md
  • LICENSE
  • Makefile
  • pyproject.toml
  • README.md
  • renovate.json
  • SECURITY.md
  • uv.lock
  • zensical.toml

# 설치 가이드

python
사전 준비물

설치 및 실행 절차

git clone [email protected]:ethereum/consensus-specs.git

저장소를 로컬에 복제합니다.

cd consensus-specs

프로젝트 디렉토리로 이동합니다.

make help

사용 가능한 빌드 및 테스트 명령어 목록을 확인합니다.

핵심 명령어

make help

사용 가능한 Makefile 타겟과 명령어 목록을 출력합니다.

자세한 개발 및 테스트 환경 설정은 공식 저장소의 Makefile 및 문서를 참고하세요.

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

git clone

설명 보기 ▼

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

# 프로젝트 배지

// repository documentation