-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Describe the feature
Context
I originally submitted this as PR #1493 to the core tempo repository. Since that repo is scoped strictly for Node infrastructure (Rust/Go), I am documenting the live ecosystem deployment here so the community can use these primitives immediately.
Project Overview
The testnet ecosystem is currently missing core financial primitives for DeFi and Payroll testing. Instead of waiting for tooling, I built and deployed a "Factory Pattern" suite to enable these use cases today.
Live Deployments (Testnet)
Factory Address: 0xD1DC739C69e73b05ef9f6b4BC97c7635AbC73ea6
Status: Live & Verified
Available Primitives:
- TempoStream (Payroll):
- Layman: Streaming salaries or vesting. Employees get paid every second instead of every month.
- TempoVault (Inheritance):
- Layman: A "Dead Man's Switch." If I don't check in for 30 days, my funds automatically transfer to my backup wallet/family.
- TempoKey (Real World Assets):
- Layman: An NFT that acts as a digital key to unlock physical devices (like an Airbnb smart lock) for a specific time.
- TempoTab (Payments):
- Layman: A "Bar Tab" on the blockchain. Lets customers authorize a max spend, then merchants charge them later as they consume services.
For Developers
Since the Explorer UI is currently in beta, you can interact with the Factory directly via CLI/Remix to spawn your own instances.
Source Code:
https://github.com/Nhexus01/tempo/tree/main/examples
Happy to maintain this as a public utility for the community.
Additional context
No response