https://github.com/ozwaldorf/fleek-pastebin
Pastebin on fleek network
https://github.com/ozwaldorf/fleek-pastebin
Last synced: 3 months ago
JSON representation
Pastebin on fleek network
- Host: GitHub
- URL: https://github.com/ozwaldorf/fleek-pastebin
- Owner: ozwaldorf
- Created: 2024-10-27T15:00:44.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T03:17:47.000Z (7 months ago)
- Last Synced: 2025-01-17T06:32:08.523Z (5 months ago)
- Language: JavaScript
- Homepage: https://paste.functions.on-fleek.app
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fleek Pastebin
Pastebin service for the Fleek Network javascript runtime.
Backed by 0dd.sh, which enables constructing a temporary origin url in order
to cache content in the node and propagate across the network.## Development
```bash
# Install fleek cli
deno install -gA npm:@fleek-platform/cli# Initialize function
deno task init# Deploy function
deno task deploy
```