Seed data and fixtures for the Papillae cross-border payment platform.
- Node.js (v18 or higher recommended)
- Daml SDK (
@daml/ledger)
npm installThis project provides several npm scripts to interact with the environment:
npm run build: Compiles the TypeScript codebase into thedistdirectory.npm run seed-canton: Executes the Canton seeding script to populate the Canton testnet with initial fixture data.npm run generate-telemetry: Runs the telemetry generation script to create sample telemetry data.
src/: Contains the main source code, includingcanton-seed.ts.scripts/: Contains utility scripts likegenerate-telemetry.ts.dist/: Contains the compiled output (after runningnpm run build).
MIT