You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we have done testing regarding arithmetic correctness in https://github.com/near/libbf-test, in the same test suite for the C++'s boost.multiprecision library. We consider the JavaScript runtime is reasonably secure for DApps and even financial DApps. The alpha warning is therefore removed.
The contributing parts at beginning of the doc is duplicate to the `## Contributing` section later, so it's also removed
Copy file name to clipboardExpand all lines: README.md
-12
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,6 @@
19
19
20
20
A JavaScript library for writing NEAR smart contracts.
21
21
22
-
> **Warning**
23
-
>
24
-
> This SDK is currently in **[`Alpha`](https://github.com/near/near-sdk-js/releases/)**.
25
-
>
26
-
> The JavaScript runtime has not been fully audited. For creating smart contracts that hold value please use [`near-sdk-rs`](https://github.com/near/near-sdk-rs).
27
-
>
28
-
> Help contribute!
29
-
>
30
-
> -[Report issues you encounter](https://github.com/near/near-sdk-js/issues) 🐞
31
-
> -[Provide suggestions or feedback](https://github.com/near/near-sdk-js/discussions) 💡
32
-
> -[Show us what you've built!](https://github.com/near/near-sdk-js/discussions/categories/show-and-tell) 💪
0 commit comments