Skip to content

Commit e6fe685

Browse files
Add ERC-8128 project entry to results.json
- Added a new project entry for the @slicekit/erc8128 TypeScript library, which facilitates wallet-based authentication and request integrity using ERC-8128. - Included relevant details such as description, website, repository links, and tags. - Categorized the project under "Transaction & Wallet Infrastructure" to maintain organizational consistency.
1 parent 2534947 commit e6fe685

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

output/results.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4497,5 +4497,25 @@
44974497
],
44984498
"category": "Transaction & Wallet Infrastructure",
44994499
"llms_txt_url": null
4500+
},
4501+
{
4502+
"id": "manually-added:erc8128",
4503+
"name": "@slicekit/erc8128",
4504+
"description": "TypeScript library to sign and verify HTTP requests with Ethereum wallets using ERC-8128 (RFC 9421 HTTP Message Signatures extension), enabling wallet-based authentication and request integrity.",
4505+
"website": "https://erc8128.org",
4506+
"thumbnail_url": null,
4507+
"banner_url": null,
4508+
"twitter": null,
4509+
"repos": [
4510+
"https://github.com/slice-so/erc8128",
4511+
"https://www.npmjs.com/package/@slicekit/erc8128"
4512+
],
4513+
"tags": [
4514+
"authentication",
4515+
"sdk",
4516+
"standards-and-specifications"
4517+
],
4518+
"category": "Transaction & Wallet Infrastructure",
4519+
"llms_txt_url": "https://erc8128.slice.so/llms.txt"
45004520
}
45014521
]

0 commit comments

Comments
 (0)