Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugomrdias/iso-repo
Set of tools for passkeys, filecoin, dids, signatures, base encoding
https://github.com/hugomrdias/iso-repo
did encoding filecoin passkeys rfc4648 signatures webauthn webcrypto
Last synced: 21 days ago
JSON representation
Set of tools for passkeys, filecoin, dids, signatures, base encoding
- Host: GitHub
- URL: https://github.com/hugomrdias/iso-repo
- Owner: hugomrdias
- License: mit
- Created: 2023-03-28T15:55:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T14:25:01.000Z (3 months ago)
- Last Synced: 2024-12-27T08:03:54.591Z (26 days ago)
- Topics: did, encoding, filecoin, passkeys, rfc4648, signatures, webauthn, webcrypto
- Language: JavaScript
- Homepage: https://hugomrdias.github.io/iso-repo/
- Size: 1.58 MB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/CONTRIBUTING.md
- License: license
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# iso-repo
> Monorepo for all the iso packages
## Packages
- [iso-base](https://github.com/hugomrdias/iso-repo/tree/main/packages/iso-base) - Isomorphic utilities for webcrypto, rfc4648 encoding, leb128 encoding, utf8 encoding and buffer sources.
- [iso-did](https://github.com/hugomrdias/iso-repo/tree/main/packages/iso-did) - Isomorphic did core, did key and did web tooling.
- [iso-kv](https://github.com/hugomrdias/iso-repo/tree/main/packages/iso-kv) - `iso-kv` is a simple key-value storage with support for multiple backend adapters (web storage, indexeddb, memory, sql, json file, etc)
- [iso-passkeys](https://github.com/hugomrdias/iso-repo/tree/main/packages/iso-passkeys) - Isomorphic passkeys tooling
- [iso-signatures](https://github.com/hugomrdias/iso-repo/tree/main/packages/iso-signatures) - Isomorphic signatures tooling
- [iso-web](https://github.com/hugomrdias/iso-repo/tree/main/packages/iso-signatures) - Isomorphic web apis utilities for fetch, signals, crypto and doh.
- [iso-websocket](https://github.com/hugomrdias/iso-repo/tree/main/packages/iso-websocket) - `iso-websocket` implements the [Websocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket) interface and is compatible with the browser, node.js and any other engine that implements basic Web APIs.
- [iso-filecoin](https://github.com/hugomrdias/filecoin) - Filecoin tooling was moved to its own repository## Contributing
Read contributing guidelines [here](.github/CONTRIBUTING.md).
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/hugomrdias/iso-repo)
## License
MIT © [Hugo Dias](http://hugodias.me)