XRP Ledger 노드 Localhost 설치 가이드
Ubuntu/Debian 호스트에 rippled를 직접 설치하고 운영하는 방법입니다. 공식 문서: Install on Ubuntu or Debian Linux.
파일 구조
localhost/
├── installation.md # Ubuntu/Debian 설치
├── configuration.md # 설정 참고
├── troubleshooting.md # 문제 해결 참고
└── README.md # 이 파일
빠른 시작
1. 설치
installation.md를 참고하여 Ubuntu/Debian에 rippled를 설치하세요.
2. 설정
기본 설정으로도 XRP Ledger에 연결됩니다. 고급 설정은 configuration.md 및 XRPL Configuration을 참고하세요.
3. 문제 해결
문제가 발생하면 troubleshooting.md 및 XRPL Troubleshooting을 참고하세요.
Docker 설치
Docker로 노드를 실행하는 방법은 ../docker/README.md를 참고하세요.