Skip to content

Commit aa2d5a8

Browse files
authored
Remove alpha warning
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
1 parent e2ccb44 commit aa2d5a8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

-12
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,6 @@
1919

2020
A JavaScript library for writing NEAR smart contracts.
2121

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) 💪
33-
3422
## Prerequisites
3523

3624
- node >=14 <16.6.0 || >16.6.0

0 commit comments

Comments
 (0)