Questions tagged [blockstack]

Blockstack is a network for building decentralized apps that you access through the Blockstack Browser, built on top of the Bitcoin blockchain. Use this tag for questions about integrations on Blockstack, the Blockstack browser usage or the Blockstack API.

When to use this tag

Use tag for questions about:

  • Blockstack platform integrations
  • Blockstack API usage
  • Onename

Blockstack

Blockstack is a new network for decentralized applications, aiming to address the centralization at the application-layer of the internet. More specifically, Blockstack builds an alternate DNS and alternate public-key infrastructure.

It's the first implementation of a decentralized DNS system on top of the Bitcoin blockchain.

Learn more

9 questions
4
votes
1 answer

How to save and load Markdown with React?

I'm new to React. I have an assignment building a Markdown Editor with Blockstack ID integrated. I'm trying to save the content into a JSON file then load it again in the editor, but it seems like it can't load that JSON file back to the…
Jin
  • 41
  • 1
2
votes
3 answers

Hello World in Python: fatal block stack overflow?

I'm trying to implement a simple Hello World program in Python. The following code prints "Hello World" just fine: def main(data=[72, 29, 7, 0, 3, -79, 55, 24, 3, -6, -8]): print(chr(data[0]), end="") if len(data) > 1: data[0] +=…
1
vote
1 answer

React jsx Error Must be used within the ConnectProvider Component

Public Registry App Step 3 Ive been following the tutorial with no issues. On step 3 ill have to add the PublicUrlRegistrar tag. Ill get this Error: Error: This must be used within the ConnectProvider component. 22 | const useConnectDispatch =…
Anthony Raimondo
  • 1,621
  • 2
  • 24
  • 40
1
vote
0 answers

Progress-bar with BlockStack Gaia Storage API

I am using React.js to create an app for BlockStack marketplace, which I have a file uploader that upload files to BlockStack Gaia Storage through putFile method. This method is a Promise is return when a file is uploaded to the server. So, can I…
Moiz Farooq
  • 1,018
  • 9
  • 11
1
vote
1 answer

Blockstack App Fails on npm install ERR! configure error

I am trying to learn how to use blockstack https://docs.blockstack.org/browser/hello-blockstack.html which is a react.js type of application. When I build the app and run npm install this is the error I…
David Brierton
  • 6,977
  • 12
  • 47
  • 104
1
vote
0 answers

blockstack/pybitcoin different BTC address output

While I was exploring pybitcoin I ran the following: from pybitcoin import SDWallet, BitcoinKeypair passphrase = 'shepherd mais pack rate enamel horace diva filesize maximum really roar mall' wallet = SDWallet(passphrase) bitcoin_keypair_1 =…
Quin Noaj
  • 65
  • 1
  • 10
0
votes
1 answer

How to install Blockstack Browser on Ubuntu

How do I install Blockstack browser on Ubuntu? I downloaded the shell script from https://blockstack.org/install and then ran ./Blockstack-for-Linux-v0.36.3.sh I've looked and there is not much info on the subject. I got the following…
Gregory Smitherman
  • 417
  • 3
  • 8
  • 16
0
votes
1 answer

Blockstack-Radiks: Missing signing keys

I am adding Radiks to my blockstack project. When saving the first model I receive the following error: Unhandled promise rejection TypeError: "First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object." fromObject…
friedger
  • 645
  • 7
  • 21
0
votes
1 answer

Trying to get blockstack user data in browser

I'm creating a web app that is using Blockstack and I have some problems with the Javascript and understanding how to use Blockstack in the browser. Whenever I try to get the Blockstack user's ID or username: var bsId =…