nichoth / radical-edward

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Radical Edward

Radical packages that can be used to make distributed web apps. While some are completely generic, others are built with WNFS and UCAN in mind.

Packages

  • maake-oob - Create a secure tunnel between two parties using a mutually authenticating AKE with out-of-band parameters.
  • partykit-transport - A transport implementation for the @fission-codes/channel library which uses partykit.io

Examples

  • demo - A simple demo of how the maake-oob and partykit-transport packages are used.

Checkout examples

You can use Codesandbox https://githubbox.com/icidasset/radical-edward/tree/main/examples/demo and start hacking right away.

To clone it locally:

npx tiged icidasset/radical-edward/examples/demo demo
cd demo
pnpm install
pnpm dev

You can try any of the examples by replacing demo with the name of the example you want to try.

Contributing

Read contributing guidelines here.

Open in GitHub Codespaces

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

License:Apache License 2.0


Languages

Language:TypeScript 100.0%