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

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.

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!