Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ jobs:

- uses: jdx/mise-action@v2

- run: mise x -- pnpm install --frozen-lockfile
- run: pnpm install --frozen-lockfile

- run: mise x -- pnpm run lint
- name: Install Playwright Browsers
run: pnpm dlx playwright install --with-deps --only-shell

- run: mise x -- pnpm run build
- run: pnpm run lint

- run: pnpm run build

- run: pnpm run test
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ dist-ssr
.nitro
.tanstack
.wrangler

# opensrc - source code for packages
opensrc/
38 changes: 38 additions & 0 deletions ledger-manifest/manifest.dev.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"id": "stakekit",
"name": "Yield.xyz",
"url": "http://localhost:3000/?embed=true",
"homepageUrl": "https://yield.xyz/",
"platform": ["all"],
"apiVersion": "^2.0.0",
"manifestVersion": "2",
"branch": "stable",
"icon": "https://raw.githubusercontent.com/stakekit/assets/main/stakekit/sk-icon_320x320.png",
"categories": ["staking", "defi"],
"currencies": "*",
"content": {
"shortDescription": {
"en": "Start earning yield on your crypto in just 3 clicks. Enjoy staking, liquid staking, yield vaults, and lending pools covering more than 40 blockchain networks and 400+ yield opportunities all in one place."
},
"description": {
"en": "Yield.xyz is the world's most powerful self-custodial yield platform. Covering more than 40 blockchain networks and 400+ yield opportunities, Yield.xyz aggregates all yields across all chains and across all major DeFi providers in one place: be it staking, liquid staking, yield vaults, or lending protocols"
}
},
"permissions": [
"account.list",
"account.receive",
"account.request",
"currency.list",
"device.close",
"device.exchange",
"device.transport",
"message.sign",
"transaction.sign",
"transaction.signAndBroadcast",
"wallet.capabilities",
"wallet.info",
"wallet.userId"
],
"domains": ["http://*", "https://*"],
"visibility": "complete"
}
51 changes: 27 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,54 +12,57 @@
"generate-client-factory": "tsx --env-file .env scripts/generate-client-factory.ts"
},
"dependencies": {
"@base-ui/react": "^1.0.0",
"@effect-atom/atom-react": "^0.4.4",
"@base-ui/react": "^1.1.0",
"@effect-atom/atom-react": "^0.4.6",
"@effect/experimental": "^0.58.0",
"@effect/platform": "^0.94.1",
"@effect/platform-node": "^0.104.0",
"@effect/platform": "^0.94.2",
"@effect/platform-node": "^0.104.1",
"@ledgerhq/wallet-api-client": "^1.12.6",
"@lucas-barake/effect-form-react": "^0.14.0",
"@reown/appkit": "^1.8.16",
"@reown/appkit-adapter-wagmi": "^1.8.16",
"@reown/appkit": "^1.8.17",
"@reown/appkit-adapter-wagmi": "^1.8.17",
"@stakekit/common": "^0.0.61",
"@tailwindcss/vite": "^4.0.6",
"@tanstack/react-devtools": "^0.7.0",
"@tanstack/react-query": "^5.90.16",
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-router-devtools": "^1.132.0",
"@tanstack/react-devtools": "^0.9.2",
"@tanstack/react-query": "^5.90.20",
"@tanstack/react-router": "^1.157.8",
"@tanstack/react-router-devtools": "^1.157.8",
"@tanstack/react-virtual": "^3.13.18",
"@tanstack/router-plugin": "^1.132.0",
"@tanstack/router-plugin": "^1.157.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"effect": "^3.19.14",
"lucide-react": "^0.544.0",
"effect": "^3.19.15",
"lucide-react": "^0.563.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.6",
"tw-animate-css": "^1.3.6",
"viem": "^2.44.1",
"wagmi": "^3.3.2"
"viem": "^2.45.0",
"wagmi": "^3.4.1"
},
"devDependencies": {
"@biomejs/biome": "2.3.11",
"@effect/language-service": "^0.64.1",
"@tanstack/devtools-vite": "^0.3.11",
"@biomejs/biome": "2.3.12",
"@effect/language-service": "^0.72.0",
"@tanstack/devtools-vite": "^0.4.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@testing-library/react": "^16.3.2",
"@tim-smart/openapi-gen": "^0.4.13",
"@types/node": "^22.10.2",
"@types/react": "^19.2.0",
"@types/node": "^25.0.10",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.0",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitejs/plugin-react": "^5.0.4",
"@vitest/browser-playwright": "^4.0.18",
"babel-plugin-react-compiler": "^1.0.0",
"jsdom": "^27.0.0",
"openapi-filter": "^3.2.3",
"tsx": "^4.21.0",
"typescript": "^5.7.2",
"vite": "^7.1.7",
"vite-plugin-node-polyfills": "^0.24.0",
"vitest": "^3.0.5"
"vite": "^7.3.1",
"vite-plugin-node-polyfills": "^0.25.0",
"vitest": "^4.0.18",
"vitest-browser-react": "^2.0.4"
}
}
Loading