Skip to content

JavaScript SDK to interact with NEAR Protocol

License

Notifications You must be signed in to change notification settings

ilblackdragon/near-api-js

 
 

Repository files navigation

nearlib

Build Status Gitpod Ready-to-Code

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 60.4%
  • JavaScript 39.6%