https://github.com/polywrap/demos
https://github.com/polywrap/demos
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/polywrap/demos
- Owner: polywrap
- Created: 2021-03-23T16:15:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T17:38:06.000Z (almost 3 years ago)
- Last Synced: 2025-04-13T00:55:25.928Z (about 1 year ago)
- Language: TypeScript
- Size: 22.4 MB
- Stars: 10
- Watchers: 4
- Forks: 9
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README

• 🌐 [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/) | [](https://www.npmjs.com/package/polywrap/v/0.10.0) |
| [Simple Storage](./simple-storage) | wrapper + app | Live: [App](https://demo.simplestorage.polywrap.io/) | [](https://www.npmjs.com/package/polywrap/v/0.10.0) |
| [Subgraph Query](./subgraph-query) | wrapper | Running | [](https://www.npmjs.com/package/polywrap/v/0.10.0) |
| [JSON RPC](./json-rpc) | wrapper | Running | [](https://www.npmjs.com/package/polywrap/v/0.10.0) |
| [Signer-Provider](./signer-provider) | app | Running | [](https://www.npmjs.com/package/polywrap/v/0.10.0) |
| [Rust Async Support](./rust-async-support) | wrapper | Running | [](https://www.npmjs.com/package/polywrap/v/0.10.0) |
| [Common Interface](./common-interface) | wrapper | Running | [](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)