Skip to content

SoftwareAndOutsourcing/near-protocol-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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