Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)