NEAR Lake 인덱서 기본 튜토리얼
Source code for the tutorial
near-examples/near-lake-raw-printer-js
: source code for the tutorial on how to create an indexer that prints block height and number of shards
Recently we have published a JavaScript version of the NEAR Lake Framework on npmjs.org
We want to empower you with a basic tutorial on how to use the JavaScript Library. Let's get started!
요구 사항
Before we get started, please, ensure you have:
- nodejs 설치
프로젝트 생성
Create an indexer project:
mkdir near-lake-raw-printer-js && cd near-lake-raw-printer-js