https://github.com/0xintuition/bulk-uploader
https://github.com/0xintuition/bulk-uploader
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xintuition/bulk-uploader
- Owner: 0xIntuition
- Created: 2025-06-11T10:58:21.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-13T08:07:39.000Z (12 months ago)
- Last Synced: 2025-06-13T09:24:08.073Z (12 months ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bulk uploader
Work in progress.
Researching the best way to upload a large number of atoms / triples to the blockchain.
## Usage
```
cp .env.example .env
```
```
pnpm install
```
```
pnpm tsx src/upload.ts
```