Skip to content

Commit

Permalink
Merge pull request #201 from near/dependency-update
Browse files Browse the repository at this point in the history
Dependency update
  • Loading branch information
humanman authored Sep 14, 2023
2 parents b34f445 + 78aaedc commit cfb34be
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
13 changes: 8 additions & 5 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2823,9 +2823,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001426, caniuse-lite@^1.0.30001449:
version "1.0.30001450"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001450.tgz"
integrity sha512-qMBmvmQmFXaSxexkjjfMvD5rnDL0+m+dUMZKoDYsGG8iZN29RuYh9eRoMvKsT6uMAWlyUUGDEQGJJYjzCIO9ew==
version "1.0.30001534"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001534.tgz"
integrity sha512-vlPVrhsCS7XaSh2VvWluIQEzVhefrUQcEsQWSS5A5V+dM07uv1qHeQzAOTGIMy9i3e9bH15+muvI/UHojVgS/Q==

ccount@^1.0.0:
version "1.1.0"
Expand Down
10 changes: 7 additions & 3 deletions wiki/development/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: Playbook for NEAR development at every stage
sidebar_position: 2
---

# Best Practices

## Pre-Development

Expand All @@ -13,6 +14,7 @@ sidebar_position: 2
* Design [Smart Contracts](https://docs.near.org/develop/quickstart-guide): Plan your smart contracts in advance. Remember that smart contract updates can be complex on blockchain, so good initial design is crucial. Some source code examples can be found at this [Github repo](https://github.com/near/near-sdk-js/tree/develop/examples/src). Please visit this link to learn more about how to “[upgrade NEAR smart contracts](https://docs.near.org/tutorials/nfts/upgrade-contract)”.
* Select the Right Tools: NEAR provides Rust and Javascript for smart contract development. Choose based on your team's expertise and project requirements.


## Development Stage


Expand Down Expand Up @@ -53,6 +55,7 @@ sidebar_position: 2
1. Through tools such as [NEAR CLI](https://docs.near.org/tools/near-cli) or [near-api-js](https://docs.near.org/tools/near-api-js/quick-reference) (requires the account's [full access key](https://docs.near.org/concepts/basics/accounts/access-keys)).
2. Programmatically, by implementing a method that [takes the new code and deploys it](https://docs.near.org/develop/upgrade#programmatic-update).


## Community Resources


Expand All @@ -61,13 +64,14 @@ sidebar_position: 2
* Join NEAR community channels to stay up to date about NEAR:
3. Technical docs - [https://docs.near.org/](https://docs.near.org/)
4. Github - [https://github.com/near](https://github.com/near)
5. Telegram - <span style="text-decoration:underline;"> [t.me/cryptonear](https://t.co/qwGrKk951Z)</span>
5. Telegram - [t.me/cryptonear](https://t.co/qwGrKk951Z)
6. Community - [https://t.me/nearprotocolnews](https://t.me/nearprotocolnews) (announcements)
7. Discord - [near.chat](https://t.co/orPJHp4ZcC)<span style="text-decoration:underline;"> </span>
7. Discord - [near.chat](https://t.co/orPJHp4ZcC)
8. Blockchain Operating System -[ near.org](https://near.org/)
9. Twitter - [https://twitter.com/NEARProtocol](https://twitter.com/NEARProtocol)
10. Companies & projects building on NEAR - [NEAR Horizon](https://near.org/nearhorizon.near/widget/Index)


---

_Queries and suggestions ! email us [[email protected]](mailto:[email protected])_
_Queries and suggestions ! email us [[email protected]](mailto:[email protected])_

0 comments on commit cfb34be

Please sign in to comment.