keep-starknet-strange / vault

Empower Your Assets, Redefine Control.
https://vlt.finance
MIT License
18 stars 16 forks source link

feat(backend): funkit integration #95

Open chloe-tan opened 3 days ago

chloe-tan commented 3 days ago

StarkNet <> Fun.xyz Integration

starknetxfun

Changelog

  1. Add new endpoints to Vault's backend to interface with Fun.xyz's checkout protocol. Full endpoint information can be found in the documentation link below
  2. Add new environment variable FUNKIT_API_KEY
  3. Add "big.js": "^6.2.1" into dependencies and "@types/big.js": "^6.2.2" into devDependecies

Documentation

https://the-fun-group.notion.site/StarkNet-Stripe-Fun-xyz-Integration-Guide-3badde91c07b4bd98ad99eb3c5f5a295?pvs=74

TODOs

  1. Get help from core team to add FUNKIT_API_KEY to backend prod/staging environment
vercel[bot] commented 3 days ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vault ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 28, 2024 10:52pm
chloe-tan commented 2 days ago

What is the process for running and adding tests? Running pnpm run test locally gives me errors

image