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
- Host: GitHub
- URL: https://github.com/oasisprotocol/rose-app
- Owner: oasisprotocol
- License: apache-2.0
- Created: 2023-12-11T10:38:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-04-20T23:33:51.000Z (2 months ago)
- Last Synced: 2026-04-21T01:30:45.659Z (2 months ago)
- Topics: blockchain, dapp, ethereum, evm, metamask, oasis, rose, sapphire, staking
- Language: TypeScript
- Homepage: https://rose.oasis.io/
- Size: 5.7 MB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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
```