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.
Merge agent refactor into main branch
Signed-off-by: Frank Hinek <[email protected]>
- Loading branch information
1 parent
72facd4
commit 6fa9da9
Showing
391 changed files
with
31,994 additions
and
11,581 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,9 +1,9 @@ | ||
# Web5 JS SDK | ||
|
||
[![NPM](https://img.shields.io/npm/v/@tbd54566975/web5.svg?style=flat-square&logo=npm&logoColor=FFFFFF&color=FFEC19&santize=true)](https://www.npmjs.com/package/@tbd54566975/web5) | ||
[![NPM](https://img.shields.io/npm/v/@web5/web5.svg?style=flat-square&logo=npm&logoColor=FFFFFF&color=FFEC19&santize=true)](https://www.npmjs.com/package/@web5/web5) | ||
[![Build Status](https://img.shields.io/github/actions/workflow/status/TBD54566975/web5-js/tests-ci.yml?branch=main&logo=github&label=ci&logoColor=FFFFFF&style=flat-square)](https://github.com/TBD54566975/web5-js/actions/workflows/tests-ci.yml) | ||
[![Coverage](https://img.shields.io/codecov/c/gh/frankhinek/test-web5-js/main?logo=codecov&logoColor=FFFFFF&style=flat-square&token=YI87CKF1LI)](https://codecov.io/github/TBD54566975/web5-js) | ||
[![License](https://img.shields.io/npm/l/@tbd54566975/web5.svg?style=flat-square&color=24f2ff&logo=apache&logoColor=FFFFFF&santize=true)](https://github.com/TBD54566975/web5-js/blob/main/LICENSE) | ||
[![License](https://img.shields.io/npm/l/@web5/web5.svg?style=flat-square&color=24f2ff&logo=apache&logoColor=FFFFFF&santize=true)](https://github.com/TBD54566975/web5-js/blob/main/LICENSE) | ||
[![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg?style=flat-square&color=9a1aff&logo=discord&logoColor=FFFFFF&sanitize=true)](https://discord.com/channels/937858703112155166/969272658501976117) | ||
|
||
Making developing with Web5 components at least 5 times easier to work with. | ||
|
@@ -46,25 +46,25 @@ possible. | |
_NPM_ | ||
|
||
```yaml | ||
npm install @tbd54566975/web5 | ||
npm install @web5/api | ||
``` | ||
|
||
_CDNs_ | ||
|
||
```yaml | ||
https://unpkg.com/@tbd54566975/[email protected]/dist/browser.js | ||
https://unpkg.com/@web5/api@0.7.11/dist/browser.js | ||
``` | ||
|
||
```yaml | ||
https://cdn.jsdelivr.net/npm/@tbd54566975/[email protected]/dist/browser.mjs | ||
https://cdn.jsdelivr.net/npm/@web5/api@0.7.11/dist/browser.mjs | ||
``` | ||
|
||
## Usage | ||
|
||
### Importing the SDK | ||
|
||
```javascript | ||
import { Web5 } from "@tbd54566975/web5"; | ||
import { Web5 } from "@web5/api"; | ||
``` | ||
|
||
or | ||
|
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.