near-api-js 2.0.4 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/near-api-js.js +272 -62
- package/dist/near-api-js.min.js +59 -50
- package/lib/providers/provider.d.ts +1 -1
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -8,11 +8,11 @@ NEAR JavaScript API is a complete library to interact with the NEAR blockchain.
|
|
|
8
8
|
|
|
9
9
|
- Read the [TypeDoc API](https://near.github.io/near-api-js/) documentation
|
|
10
10
|
|
|
11
|
-
- [Cookbook](https://github.com/near/near-api-js/blob/master/
|
|
11
|
+
- [Cookbook](https://github.com/near/near-api-js/blob/master/packages/cookbook/README.md) with common use cases
|
|
12
12
|
|
|
13
13
|
- To quickly get started with integrating NEAR in a _web browser_, read our [Web Frontend integration](https://docs.near.org/develop/integrate/frontend) article.
|
|
14
14
|
|
|
15
15
|
# License
|
|
16
16
|
|
|
17
17
|
This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
|
|
18
|
-
See [LICENSE](https://github.com/near/near-api-js/blob/master/LICENSE) and [LICENSE-APACHE](https://github.com/near/near-api-js/blob/master/LICENSE-APACHE) for details.
|
|
18
|
+
See [LICENSE](https://github.com/near/near-api-js/blob/master/LICENSE) and [LICENSE-APACHE](https://github.com/near/near-api-js/blob/master/LICENSE-APACHE) for details.
|