Steemit is a website for blogging and social networking that uses its blockchain-based platform for publishers. The Steem blockchain produces tradable Steem and Steem Dollars for posting, discovering, and commenting on content.
Questions tagged [steemit]
12 questions
3
votes
2 answers
Fill and submit textarea programmatically in javascript
I'm trying to automate the submission of replies to my Steemit posts using plain JS or Jquery.
I used the javascript code below but the button remains disabled and therefore does not allow to post the reply/comment.
How can I correctly trigger…

Gabe
- 5,997
- 5
- 46
- 92
1
vote
0 answers
How to add the comment options and the beneficiary
I would like to add the comment options and the beneficiary using this simple javascript function in my own dapp.
I can broadcast the article to the steem blockchain already but I don't know how to add the beneficiary for the article.
I took the…

Digital Mine
- 11
- 3
1
vote
1 answer
Continuous return of Observablecollection for a media feed C# xamarin
I'm currently building a media feed in C# Xamarin.
The media feed is an observablecollection of data models for individual posts.
The API I'm using is fairly limited, so I can't properly query to specify the data I want, which means I end up with a…

sflovik
- 77
- 9
1
vote
1 answer
Running Steemconnect on a non-Node.js PHP application
I want to be able to use Steemconnect on a web-app I built using PHP/MYSQL/APACHE.
This question (well, the answers) says to do this you should be running Node.js on a subdomain.
Node.js Server running from a sub folder
My question is, will this…

Douglas
- 1,238
- 5
- 15
- 27
1
vote
1 answer
How to Resolve 'Error while installing steem-python'
I have a VM with Ubuntu 18.04.1.
python3 --version says 3.6.5.
I installed pip without any failure (seems like).
Then I tried to install steem-python with
pip install steem
but I get a failure, which looks like:
bla bla…

wellseo
- 21
- 3
0
votes
0 answers
Trying to create Unique ID for the weight object
I am trying to create unique ID (i cannot use any Unique ID library, i can only use math.random function) for the weight object in the constructor and then pass it in the render method.
constructor(props){
super(props);
const…

Nick2597
- 21
- 6
0
votes
1 answer
I cannot get Steemit posts from the steem API by any other category other than trending new and hot
So I tried to get steemit posts with the official API. The API provides many ways to fetch the posts but I just get an error all the time. I can use the main method
steem.api.getDiscussionsByCreated({tag: "sampletag", limit: 10}, function(a, b)…

GeekOverdose
- 325
- 2
- 10
0
votes
0 answers
Steemit Jussi Docker Not working Properly
Jussi docker has 28 steps to build the docker.
I run the docker with steemit developer guide but it was not passed in unit test step 26.
Step 26/28 : RUN pipenv run pytest
My environment is as followings
OS: Ubuntu 18.04
Python: 3.6.5
Docker:…

superdev810
- 34
- 4
0
votes
1 answer
How to set up a local test environment for Steem?
I am new to building apps on the Steem blockchain. I want to know how to build a local test environment to test out my app. I dont want to spam the main Steem blockchain with my test transactions.
There are documents on developers.steem.io but those…

Mushahid Khan
- 75
- 1
- 7
0
votes
1 answer
Using a synchronous library with asynchronous Discord.py
I am working on a bot that streams post from the Steem Blockchain (using the synchronous beem library) and sends posts that fulfil certain criteria to a Discord channel (using the asynchronous Discord.py library). This is is my (simplified)…

Julian
- 99
- 1
- 1
- 5
-1
votes
1 answer
How to call an external API from Google Apps Script
I want to call the Steem API from inside a Google Apps Script function. I want to see the appropriate server response. But I get the following error instead.
According to this documentation, I ran the following test.
// @see…

Let Me Tink About It
- 15,156
- 21
- 98
- 207
-1
votes
1 answer
How can blockchains like Steem store large amounts of content?
How can blockchains like Steem store large amounts of content, considering the fact that it's expensive to store data on blockchain?

Cyril Sadasivan Panicker
- 69
- 1
- 4