near-sdk-js icon indicating copy to clipboard operation
near-sdk-js copied to clipboard

Tools for building NEAR smart contracts in JavaScript

Results 22 near-sdk-js issues
Sort by recently updated
recently updated
newest added

Remain work for this ticket: - update to use latest abi - add abi test as in rust sdk

v2.0

## Pre-flight checklist - [ ] I have read the [Contributing Guidelines on pull requests](https://github.com/near/near-sdk-js/blob/master/CONTRIBUTING.md). - [ ] Commit messages follow the [conventional commits](https://www.conventionalcommits.org/) spec - [ ] **If this...

Update this template project https://github.com/near/near-sdk-js-template-project/ to make it work with 2.0 release. Also ensure user can easily build, test and deploy the contract with npm scripts

v2.0

## Pre-flight checklist - [ ] I have read the [Contributing Guidelines on pull requests](https://github.com/near/near-sdk-js/blob/master/CONTRIBUTING.md). - [ ] Commit messages follow the [conventional commits](https://www.conventionalcommits.org/) spec - [ ] **If this...

alt_bn128 (aka bn256) is enabled on mainnet. It's also added in JS SDK but unit test for it is missing. We need to add that unit test

v2.0

It's supported in Rust SDK, when promise is build and discard it executed and if failed the transaction can still succeed. We need this in JavaScript SDK as well

v2.0

Check and update not working examples in - this repo - https://github.com/near-examples - And other https://github.com/near/ example contract repos if referenced from docs.near.org Make sure they are working with 2.0...

v2.0

We have a couple of new features and some breaking changes since 1.0 release, this ticket is about checking every markdown documentation in the repo and docs.near.org.

v2.0

```[tasklist] ### Tasks - [ ] https://github.com/near/near-sdk-js/issues/392 - [ ] #159 - [ ] #245 - [ ] #385 - [ ] #387 - [ ] #388 - [ ]...

v2.0
epic