pocketnetteam / pocketnet.core

Decentralized social network based on the blockchain
https://pocketnet.app
Apache License 2.0
109 stars 26 forks source link

No Documentation on Submitting Posts via CLI #710

Open cahlenlee opened 1 month ago

cahlenlee commented 1 month ago

I'm trying to figure out how to submit a post from a Linux Terminal. There appears to be no documentation on how to do this, and nobody in the community seems to know.

Can you provide documentation on this? Even just a simple example of how to use pocketcoin-tx for a basic post could get me started.

andyoknen commented 4 weeks ago

I understand your question. Generating "social" content through the cli is fraught with many difficulties - signing transactions, choosing UTXO, and so on.

Instead, we started developing our SDK for these purposes. This is a JS library that will help you use the network - node selection, transaction creation, etc. The project is under early development and does not have documentation yet, but you can subscribe to the repository and follow its development.

https://github.com/pocketnetteam/pocketnet.proxy