File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Hypercerts SDK
22
3+ > ** ⚠️ Experimental Software — Not for Production Use**
4+ >
5+ > This SDK is experimental and under active development. It should ** not** be used in production environments. For
6+ > production use, please use the [ ATProto SDK] ( https://github.com/bluesky-social/atproto/tree/main/packages ) directly
7+ > and the [ scaffold app] ( https://github.com/hypercerts-org/hypercerts-app ) as a reference implementation.
8+
39A monorepo containing SDK packages for the Hypercerts protocol on ATProto.
410
511## Packages
Original file line number Diff line number Diff line change 11# @hypercerts-org/sdk-core
22
3+ > ** ⚠️ Experimental Software — Not for Production Use**
4+ >
5+ > This SDK is experimental and under active development. It should ** not** be used in production environments. For
6+ > production use, please use the [ ATProto SDK] ( https://github.com/bluesky-social/atproto/tree/main/packages ) directly
7+ > and the [ scaffold app] ( https://github.com/hypercerts-org/hypercerts-app ) as a reference implementation.
8+
39Framework-agnostic ATProto SDK for Hypercerts. Create, manage, and collaborate on hypercerts using the AT Protocol.
410
511``` bash
Original file line number Diff line number Diff line change @@ -175,6 +175,13 @@ export class ATProtoSDK {
175175 // Initialize OAuth client
176176 this . oauthClient = new OAuthClient ( configWithDefaults ) ;
177177
178+ // Experimental software warning
179+ console . warn (
180+ "[@hypercerts-org/sdk-core] ⚠️ This SDK is experimental and should not be used in production. " +
181+ "For production use, please use the ATProto SDK (https://github.com/bluesky-social/atproto) " +
182+ "and the scaffold app (https://github.com/hypercerts-org/hypercerts-app)." ,
183+ ) ;
184+
178185 this . logger ?. info ( "ATProto SDK initialized" ) ;
179186 }
180187
Original file line number Diff line number Diff line change 11# @hypercerts-org/sdk-react
22
3+ > ** ⚠️ Experimental Software — Not for Production Use**
4+ >
5+ > This SDK is experimental and under active development. It should ** not** be used in production environments. For
6+ > production use, please use the [ ATProto SDK] ( https://github.com/bluesky-social/atproto/tree/main/packages ) directly
7+ > and the [ scaffold app] ( https://github.com/hypercerts-org/hypercerts-app ) as a reference implementation.
8+
39React hooks and components for the Hypercerts ATProto SDK.
410
511``` bash
You can’t perform that action at this time.
0 commit comments