Javascript library to interact with NEAR blockchain

nearlib is a JavaScript/TypeScript library for development of DApps on NEAR platform.
```
yarn
You can run continuos build with next command:
``
yarn build -- -w
Prepare dist version by running:
``
yarn dist
When publishing to npm use np.
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