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

https://github.com/oasisprotocol/rose-app

The quickest way into the Oasis Ecosystem
https://github.com/oasisprotocol/rose-app

blockchain dapp ethereum evm metamask oasis rose sapphire staking

Last synced: about 2 months ago
JSON representation

The quickest way into the Oasis Ecosystem

Awesome Lists containing this project

README

          

# ROSE App

The quickest way into the Oasis Ecosystem.

The official deployment of ROSE App lives at .

Development deploy is available at .

## Features

- **Discover**: Ecosystem of Sapphire apps and tools
- **Stake**: Stake your ROSE directly from Sapphire using an EVM compatible
wallet
- **Move**: Move your ROSE between Consensus and Sapphire
- **Wrap**: Quickly wrap your ROSE into wROSE and vice versa with the (un)wrap
ROSE tool

## Getting started

### Installing and running from source code

```sh
pnpm install --frozen-lockfile
pnpm --filter @oasisprotocol/rose-app-subcall build
pnpm dev
```