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

https://github.com/polywrap/demos


https://github.com/polywrap/demos

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

![polywrap-banner](https://user-images.githubusercontent.com/12145726/140437007-d2b8c969-df29-4a43-906a-d5400b4394ac.png)
• 🌐 [Website](https://polywrap.io/#/) • 💬 [Discord](https://discord.com/invite/bGsqQrNhqd) • 📖 [Docs](https://docs.polywrap.io) • ✍ [Blog](https://blog.polywrap.io/) • [Twitter](https://twitter.com/polywrap_io) • [Handbook](https://handbook.polywrap.io/) •

# Polywrap Demos

A collection of demos to showcase different aspects of Polywrap.

## Getting Started

Welcome! If you are new to polywrap, we recommend getting started with the [hello-world](./hello-world) demo to see how a wrapper is integrated into various types of apps:

- [Node.js & TypeScript](./hello-world/app/node-js)
- [React.js & TypeScript](./hello-world/app/react-js)
- [Next.js & TypeScript](./hello-world/app/next-js)
- [js-vanilla](./hello-world/app/js-vanilla)
- [ts-vanilla](./hello-world/app/ts-vanilla)

As well as begin to understand how wrappers are built:

- [AssemblyScript](./hello-world/wrapper/assemblyscript)
- [Rust](./hello-world/wrapper/rust)

Each demo contains a `README.md` for further instructions on building and running them locally.

## All Demos

| Demo | Type | Status | Version |
|--------------------------------------------|---------------| ---------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| [Hello World](./hello-world) | wrapper + app | Live: [App](https://demo.helloworld.polywrap.io/) | [![Polywrap](https://img.shields.io/badge/Polywrap-0.10.0-blue?style=for-the-badge)](https://www.npmjs.com/package/polywrap/v/0.10.0) |
| [Simple Storage](./simple-storage) | wrapper + app | Live: [App](https://demo.simplestorage.polywrap.io/) | [![Polywrap](https://img.shields.io/badge/Polywrap-0.10.0-blue?style=for-the-badge)](https://www.npmjs.com/package/polywrap/v/0.10.0) |
| [Subgraph Query](./subgraph-query) | wrapper | Running | [![Polywrap](https://img.shields.io/badge/Polywrap-0.10.0-blue?style=for-the-badge)](https://www.npmjs.com/package/polywrap/v/0.10.0) |
| [JSON RPC](./json-rpc) | wrapper | Running | [![Polywrap](https://img.shields.io/badge/Polywrap-0.10.0-blue?style=for-the-badge)](https://www.npmjs.com/package/polywrap/v/0.10.0) |
| [Signer-Provider](./signer-provider) | app | Running | [![Polywrap](https://img.shields.io/badge/Polywrap-0.10.0-blue?style=for-the-badge)](https://www.npmjs.com/package/polywrap/v/0.10.0) |
| [Rust Async Support](./rust-async-support) | wrapper | Running | [![Polywrap](https://img.shields.io/badge/Polywrap-0.10.0-blue?style=for-the-badge)](https://www.npmjs.com/package/polywrap/v/0.10.0) |
| [Common Interface](./common-interface) | wrapper | Running | [![Polywrap](https://img.shields.io/badge/Polywrap-0.10.0-blue?style=for-the-badge)](https://www.npmjs.com/package/polywrap/v/0.10.0) |

## Have a demo not in this list?

Submit a PR or [open an issue](https://github.com/polywrap/demos/issues). ⚡️

## Additional Resources

- [Polywrap Integrations](https://github.com/polywrap/integrations)
- [DeFiWrapper](https://github.com/defiwrapper/defiwrapper)