Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 630 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 630 Bytes

Sunrise Stake Blink

Blinks and actions for Sunrise Stake.

  • Stake with Sunrise Stake

Contributing

Under the hood NextJS is used with PNPM as package manager. To get started:

  1. Fork the repository
  2. Initialize the project
pnpm install
cp .env.example .env.local
pnpm dev
  1. Make sure your code is secure
  2. Run pnpm build and make sure linting, type checks and building succeeds.
  3. Make sure everything works as expected at Dialect Blinks Interstitial
  4. Update the actions.json in the Sunrise Stake app if needed
  5. Open a pull request