Skip to content

Commit

Permalink
Merge pull request #1352 from LimeChain/add-templates
Browse files Browse the repository at this point in the history
Add example templates
  • Loading branch information
gtsonevv authored Jun 26, 2024
2 parents ed54e10 + 7e3fdda commit 146e516
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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)
Expand All @@ -65,6 +63,14 @@ 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:

- [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)

## License

This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
Expand Down

0 comments on commit 146e516

Please sign in to comment.