https://github.com/nucypher/taco-playground
Build, test, and play with Threshold Access Control (TACo) conditions.
https://github.com/nucypher/taco-playground
Last synced: 4 months ago
JSON representation
Build, test, and play with Threshold Access Control (TACo) conditions.
- Host: GitHub
- URL: https://github.com/nucypher/taco-playground
- Owner: nucypher
- Created: 2025-01-17T10:28:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T22:36:23.000Z (over 1 year ago)
- Last Synced: 2025-09-09T23:39:49.873Z (9 months ago)
- Language: TypeScript
- Homepage: https://playground.nucypher.io
- Size: 668 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TACo Playground
A visual interface for building and testing Threshold Access Control conditions.
## Features
- Visual block-based condition builder
- Live JSON/API preview
- Encryption and decryption testing
- Support for multiple condition types:
- Time-based conditions
- ERC20 token balance
- ERC721 token ownership
- Native token (ETH) balance
- Compound conditions (AND/OR)
## Development
```bash
# Install dependencies
npm install
# Run development server
npm run dev
```
## Building for Production
This project is configured to build as a static site, which can be deployed to any static hosting service.
```bash
# Build the static site
npm run build
# The static site will be generated in the 'out' directory
```