https://github.com/oasisprotocol/playground
Demo dApps running on the Oasis Network.
https://github.com/oasisprotocol/playground
Last synced: about 1 year ago
JSON representation
Demo dApps running on the Oasis Network.
- Host: GitHub
- URL: https://github.com/oasisprotocol/playground
- Owner: oasisprotocol
- License: apache-2.0
- Created: 2023-04-17T16:00:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-01T03:55:40.000Z (about 1 year ago)
- Last Synced: 2025-05-01T04:32:00.305Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://playground.oasis.io
- Size: 55.7 MB
- Stars: 3
- Watchers: 13
- Forks: 4
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Oasis Playground
This repository contains an index of notable dApps running on the Oasis
platform. The index is primarily tailored, but not limited to, technology
showcases and educational material—hence the name "Playground".
The Oasis Playground is publicly accessible at https://playground.oasis.io.
## Running Locally
To run the Oasis Playground webapp on your local machine:
1. Install dependencies:
```bash
yarn
```
2. Start the development server (automatically generates projects.json):
```bash
yarn dev
```
3. Open your browser and navigate to:
```
http://localhost:5173/
```
## Contributing
**Developers are encouraged to contribute their dApps to the Oasis
Playground!**
**See [CONTRIBUTING.md](./CONTRIBUTING.md) for details.**
## Disclaimer
Projects listed in this repository are neither audited nor endorsed by the Oasis
Protocol Foundation or Oasis Labs, Inc. The code in this repository may contain
critical vulnerabilities and should not be used in mission critical environments
without careful investigation!