/radical-edward

Radical packages that can be used to make distributed web apps.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Radical Edward

Radical packages that can be used to make distributed web apps using composable protocols. While some packages are completely generic, others are built for specific protocols. This project aims to improve interoperability and adoption of several composable protocols that allow someone to build software that is secure, safe, sustainable and allows for user agency and a greener internet.

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.
  • w3-wnfs - Provides the necessary components to use WNFS with Web3Storage.

Examples

  • demo - A simple demo of how the maake-oob and partykit-transport packages are used.
  • w3-wnfs - An example app that shows how to store a WNFS on Web3Storage using the @wnfs-wg/nest package and some of the packages from this repo.

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.