I guess this is a question for @wilsonianb since I saw that you contributed to the exclusive content generator. It's very cool!
Is there a way to add it on our project? I want our users to create posts as they do and not go to another website to make their content secure. I was thinking of just copying your code from github?? Idk if that's allowed or how do I give credit...
Thanks!
Top comments (6)
Hi @xanderjakeq
You're free to make use of the source code according to its open source software license.
how do I make the
MASTERKEY
?not sure if it's the one called "Elliptic curve private key" from this.
if it is, what's the right way to add it to the
.env
file?it looks like this:
do I omit the headers and footer, then make it a long string?
MASTERKEY="privatekeystring..."
sorry for all the questions lol
👍
I think it can be any random string (not necessarily an ec private key).
Just enter it when prompted after running
wrangler secret put MASTERKEY
.is it a good idea to make this an npm package?
I was going to make a separate post, but this is still related to this. So I'll just make it a comment.
How in which cases does
monetizationprogress
event fails to give areceipt
?I don't know why I'm getting
undefined
...nvm forgot to change the payment pointer