https://github.com/jayzalowitz/secretpoet
A fun implementation of mobilecoin (private secure blockchain) payments for poetry
https://github.com/jayzalowitz/secretpoet
crypto mobilecoin
Last synced: 23 days ago
JSON representation
A fun implementation of mobilecoin (private secure blockchain) payments for poetry
- Host: GitHub
- URL: https://github.com/jayzalowitz/secretpoet
- Owner: jayzalowitz
- License: mit
- Created: 2023-12-23T06:02:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T19:07:11.000Z (over 2 years ago)
- Last Synced: 2025-10-30T15:48:54.212Z (9 months ago)
- Topics: crypto, mobilecoin
- Language: JavaScript
- Homepage: https://absentmindedthoughts.com/
- Size: 1.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# secretpoet
This is an application that allows deployment of a blog that works with the mobilecoin system to publish secret messages
normal operation steps
get docker
run docker engine for your desktop
run sh up.sh
to deploy on aws, I have added a infra.tf, which after setting up terraform should work out of the box.
Note, that I currently use my own local docker copy of what im working on to push it there, so you will need to adjust the terraform script to include your own instead of this
image = "jayzalowitz/secretpoetweb", # Replace with your actual image
deploying your own docker image can be done multiple ways, but is really easy so i suggest just googling