nearlib
v0.22.0
Published
Javascript library to interact with NEAR blockchain
Keywords
Readme
nearlib
nearlib is a JavaScript/TypeScript library for development of DApps on NEAR platform.
Install dependencies
yarnDevelopment
You can run continuos build with next command:
yarn build -- -wPublish
Prepare dist version by running:
yarn distWhen publishing to npm use np.
Integration Test
Start the node by following instructions from nearcore/README.md, then
yarn testTests use sample contract from near-hello npm package, see https://github.com/nearprotocol/near-hello
