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
Copy file name to clipboardExpand all lines: README.md
+40-11Lines changed: 40 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,17 +29,46 @@ By using our own features internally before releasing them publicly to testnet o
29
29
30
30
## Repositories we own
31
31
32
-
| Repository | Description |
33
-
|------------|-------------|
34
-
|[near-sdk-rs](https://github.com/near/near-sdk-rs)| NEAR smart contract SDK for Rust |
35
-
|[cargo-near](https://github.com/near/cargo-near)| Cargo extension for building `near-sdk-rs` smart contracts and ABI schemas on NEAR |
36
-
|[near-plugins](https://github.com/Near-One/near-plugins)| NEAR smart contract plugins |
37
-
|[near-jsonrpc-client-rs](https://github.com/near/near-jsonrpc-client-rs)| Low-level client for interfacing with the NEAR Protocol via JSON-RPC |
38
-
|[bridge-sdk-js](https://github.com/Near-One/bridge-sdk-js)| TypeScript SDK for cross-chain token transfers using the Omni Bridge protocol |
39
-
|[near-cli-rs](https://github.com/near/near-cli-rs)| CLI tool for interacting with the NEAR blockchain |
40
-
|[near-api-rs](https://github.com/near/near-api-rs)| Rust-based API client library for interacting with the NEAR blockchain |
41
-
|[near-sandbox-js](https://github.com/near/near-sandbox-js)| JavaScript wrapper for the `neard` binary compiled with the `sandbox` feature flag |
42
-
|[near-sandbox-rs](https://github.com/near/near-sandbox-rs)| Rust wrapper for the `neard` binary compiled with the `sandbox` feature flag |
32
+
### Core SDKs & APIs
33
+
34
+
| Repository | Description | Status |
35
+
|------------|-------------|--------|
36
+
|[near-sdk-rs](https://github.com/near/near-sdk-rs)| NEAR smart contract SDK for Rust | Active |
37
+
|[near-api-rs](https://github.com/near/near-api-rs)| Rust-based API client library for interacting with the NEAR blockchain | Evolving |
38
+
|[near-jsonrpc-client-rs](https://github.com/near/near-jsonrpc-client-rs)| Low-level client for interfacing with the NEAR Protocol via JSON-RPC | Migration |
39
+
40
+
### CLI Tools
41
+
42
+
| Repository | Description | Status |
43
+
|------------|-------------|--------|
44
+
|[near-cli-rs](https://github.com/near/near-cli-rs)| CLI tool for interacting with the NEAR blockchain | Stable |
45
+
|[cargo-near](https://github.com/near/cargo-near)| Cargo extension for building `near-sdk-rs` smart contracts and ABI schemas on NEAR | Stable |
46
+
|[cargo-near-new-project-template](https://github.com/near/cargo-near-new-project-template)| Template for new cargo-near projects | Stable |
47
+
|[near-validators-cli-rs](https://github.com/near-cli-rs/near-validators-cli-rs)| CLI extension for validator operations | Stable |
48
+
49
+
### Sandbox & Testing
50
+
51
+
| Repository | Description | Status |
52
+
|------------|-------------|--------|
53
+
|[near-sandbox-rs](https://github.com/near/near-sandbox-rs)| Rust wrapper for the `neard` binary compiled with the `sandbox` feature flag | Stable |
54
+
|[near-sandbox-js](https://github.com/near/near-sandbox-js)| JavaScript wrapper for the `neard` binary compiled with the `sandbox` feature flag | Stable |
55
+
|[near-workspaces-rs](https://github.com/near/near-workspaces-rs)| Rust testing framework for NEAR smart contracts | Deprecating |
56
+
57
+
### Primitives & Types
58
+
59
+
| Repository | Description | Status |
60
+
|------------|-------------|--------|
61
+
|[near-account-id-rs](https://github.com/near/near-account-id-rs)| NEAR account ID type and validation | Stable |
62
+
|[near-gas-rs](https://github.com/near/near-gas-rs)| NEAR gas type | Stable |
63
+
|[near-sdk-abi](https://github.com/near/near-sdk-abi)| ABI schema types for NEAR smart contracts | Frozen |
64
+
|[borsh-rs](https://github.com/near/borsh-rs)| Binary Object Representation Serializer for Hashing | Stable |
65
+
66
+
### Other
67
+
68
+
| Repository | Description | Status |
69
+
|------------|-------------|--------|
70
+
|[near-plugins](https://github.com/Near-One/near-plugins)| NEAR smart contract plugins | Stable |
71
+
|[bridge-sdk-js](https://github.com/Near-One/bridge-sdk-js)| TypeScript SDK for cross-chain token transfers using the Omni Bridge protocol | Stable |
43
72
44
73
*Ownership implies responsibility for usability, maintenance, and coordinated releases - not sole authorship.*
0 commit comments