Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 233 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 233 Bytes

NEAR-SDK-JS template project

This is a template project. It implements a counter. You can copy this folder to start writing your first contract.

Build the contract

npm i
npm run build

Run tests

npm run test