generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Install tbdocs for @web5/api --------- Co-authored-by: Frank Hinek <[email protected]>
- Loading branch information
1 parent
d442b66
commit 1754dd6
Showing
10 changed files
with
327 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,33 @@ | ||
/** | ||
* Making developing with Web5 components at least 5 times easier to work with. | ||
* | ||
* Web5 consists of the following components: | ||
* - Decentralized Identifiers | ||
* - Verifiable Credentials | ||
* - DWeb Node personal datastores | ||
* | ||
* The SDK sets out to gather the most oft used functionality from all three of | ||
* these pillar technologies to provide a simple library that is as close to | ||
* effortless as possible. | ||
* | ||
* The SDK is currently still under active development, but having entered the | ||
* Tech Preview phase there is now a drive to avoid unnecessary changes unless | ||
* backwards compatibility is provided. Additional functionality will be added | ||
* in the lead up to 1.0 final, and modifications will be made to address | ||
* issues and community feedback. | ||
* | ||
* [Link to GitHub Repo](https://github.com/TBD54566975/web5-js) | ||
* | ||
* @packageDocumentation | ||
*/ | ||
|
||
export * from './did-api.js'; | ||
export * from './dwn-api.js'; | ||
export * from './protocol.js'; | ||
export * from './record.js'; | ||
export * as utils from './utils.js'; | ||
export * from './vc-api.js'; | ||
export * from './web5.js'; | ||
export * from './tech-preview.js'; | ||
export * from './tech-preview.js'; | ||
|
||
import * as utils from './utils.js'; | ||
export { utils }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.