Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 221 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 221 Bytes

NEAR-SDK-JS project

This is a free 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