Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

How to run rosetta klaytn server with an archive mode EN and chaindata

Jamie edited this page Sep 8, 2022 · 1 revision

To run rosetta-klaytn server with an archive EN and chaindata, you need to create an EC2 instance. (chaindata size is large) Also you can find chaindata in here.
아카이브 모드의 EN와 체인데이터를 사용하여 rosetta-klaytn의 서버를 실행하기 위해서는 EC2 인스턴스를 생성해야 합니다. (체인데이터 사이즈가 큼) 또한 체인데이터는 여기서 확인하실 수 있습니다.

This wiki proceeds with the assumption that an EC2 instance has been launched. The instance type used in the description is m5.4xlarge.
이 위키는 EC2 인스턴스를 띄웠다는 가정 하에 설명을 진행합니다. 설명에 사용된 인스턴스 유형은 m5.4xlarge 입니다.

First, use the following command to connect to the created instance via ssh.
먼저 생성된 인스턴스에 아래의 커맨드를 사용하여 ssh 접속을 합니다.

ssh -i ~/.ssh/klaytn-cell.pem [email protected]