An open API service indexing awesome lists of open source software.

https://github.com/0xintuition/predicates


https://github.com/0xintuition/predicates

Last synced: 12 months ago
JSON representation

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
```