Skip to content

Commit 0412083

Browse files
committed
Update owned repositories list with complete inventory and status
1 parent 2f29e80 commit 0412083

File tree

1 file changed

+40
-11
lines changed

1 file changed

+40
-11
lines changed

README.md

Lines changed: 40 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,46 @@ By using our own features internally before releasing them publicly to testnet o
2929

3030
## Repositories we own
3131

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 |
4372

4473
*Ownership implies responsibility for usability, maintenance, and coordinated releases - not sole authorship.*
4574

0 commit comments

Comments
 (0)