From b19a9d28f130776c30f123ca73ff4c8a83227020 Mon Sep 17 00:00:00 2001 From: Georgi Tsonev Date: Fri, 14 Jun 2024 14:08:47 +0300 Subject: [PATCH 1/2] docs: add example templates --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c15d539ea8..5be89e8340 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ NEAR JavaScript API is a complete library to interact with the NEAR blockchain. pnpm -r compile -w - ### Publish Prepare `dist` version by running: @@ -48,7 +47,6 @@ Follow next steps: 2. Fetch new schema: `node fetch_error_schema.js` 3. `pnpm build` to update `lib/**.js` files - ## Packages ![Package Architecture in Onion Diagram](./docs/package-architecture.png) @@ -65,6 +63,13 @@ Follow next steps: - [utils](https://github.com/near/near-api-js/tree/master/packages/utils) common methods - [wallet-account](https://github.com/near/near-api-js/tree/master/packages/wallet-account) accounts in browser-based wallets +## Example Templates + +To help you get started quickly, we have prepared example templates for popular frameworks: + +- [Nuxt.js Template](https://github.com/near/near-api-js-template-nuxt) +- [Angular Template](https://github.com/near/near-api-js-template-angular) + ## License This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0). From 7e3fdda9cc614e852118f4c9ad256df61f9b0ba3 Mon Sep 17 00:00:00 2001 From: Georgi Tsonev Date: Mon, 24 Jun 2024 11:12:54 +0300 Subject: [PATCH 2/2] chore: add React template link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5be89e8340..56541749b5 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ Follow next steps: To help you get started quickly, we have prepared example templates for popular frameworks: +- [React Template](https://github.com/LimeChain/nearjs-react-app) - [Nuxt.js Template](https://github.com/near/near-api-js-template-nuxt) - [Angular Template](https://github.com/near/near-api-js-template-angular)