Skip to content

Shubbu03/veil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Veil

Private, scheduled payments protocol for Solana using MagicBlock Ephemeral Rollups (ER).

This repository contains:

  • program/ - Anchor program for vaults, schedules, claims, and ER settlement
  • sdk/ - published TypeScript SDK at @veil-dev/sdk
  • coordinator/ - scheduler and REST service for off-chain execution
  • docs/ - Nextra documentation site

All documentation, guides, and API references live in the docs site.

Local Docs

See docs/README.md for local development, build, and deployment notes.

cd docs
yarn install
yarn dev
# then open http://localhost:3000

Repository Guide

If you are browsing this repository, use the docs as the primary source of truth for:

  • How the protocol works
  • SDK usage and examples
  • Coordinator setup and APIs

Development

  • Program tests: cd program && anchor test
  • SDK build: cd sdk && npm run build
  • Coordinator build: cd coordinator && npm run build
  • Docs build: cd docs && npm run build

Open Source

About

Private Payments on Solana using Magicblock's Ephemeral Rollup

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors