NEAR JavaScript SDK
A JavaScript library for writing NEAR smart contracts.
Prerequisites
- node >=14 <16.6.0 || >16.6.0
- pnpm >=7
Quick Start
Use create-near-app
to quickly get started writing smart contracts in JavaScript on NEAR.
npx create-near-app
This will scaffold a basic template for you ๐
Documentation
- Learn how to use the library in your project
- Check our detailed examples and tutorials
- Find source code examples with common use cases
- Lookup available features in API reference
๐ Learn more about NEAR on our Documentation website
Contributing
If you are interested in contributing, please look at the contributing guidelines.
- Report issues you encounter ๐
- Provide suggestions or feedback
๐ก - Show us what you've built!
๐ช
License
This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE and LICENSE-APACHE for details.