https://github.com/0xintuition/predicates
https://github.com/0xintuition/predicates
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xintuition/predicates
- Owner: 0xIntuition
- Created: 2025-02-11T15:58:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T19:19:24.000Z (over 1 year ago)
- Last Synced: 2025-02-14T20:24:05.098Z (over 1 year ago)
- Language: TypeScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# System predicates
Use this script to populate system predicates for a new contract deployment
## Setup
```
pnpm i
cp .env.example .env
```
Update values in `.env`
## Running
```
pnpm tsx src/populate.ts
```