Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 543 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 543 Bytes

NEAR Protocol Experiments

Code samples and demos done while learning the NEAR protocol written in Typescript.

Setup

Install dependencies:

npm i

Copy .env.sample to .env and update the values so the script can get your testnet account keys.

There are several ways to get the account keys but the most straightforward is using the NEAR CLI (docs) then setting .env to use your-local stored keys.

Run

Get account balance:

npm start