qiwu7 / nearlib

JavaScript SDK to interact with NEAR Protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nearlib

Build Status

nearlib is a JavaScript/TypeScript library for development of DApps on NEAR platform.

Install dependencies

yarn

Development

You can run continuos build with next command:

yarn build -- -w

Publish

Prepare dist version by running:

yarn dist

When publishing to npm use np.

Integration Test

Start the node by following instructions from nearcore/README.md, then

yarn test

Tests use sample contract from near-hello npm package, see https://github.com/nearprotocol/near-hello

About

JavaScript SDK to interact with NEAR Protocol

License:Other


Languages

Language:TypeScript 60.3%Language:JavaScript 39.7%