Questions tagged [stellar]

Stellar is a distributed ledger system. It has a dedicated stackexchange at stellar.stackexchange.com.

Stellar is a distributed ledger system. There are multiple components to the platform and APIs in multiple languages. It has a dedicated stackexchange at stellar.stackexchange.com. This tag should not be confused with stellar.js, which is an unrelated javascript library.

35 questions
0
votes
1 answer

Stellar Explorer for Private Net

I built and run Private net using a stellar-core on local infrastructure successfully. I need to connect that(http://localhost:8000/) local horizon API to the stellar explorer. I use this link to connect local horizon API to the explorer. I get an…
Isha Padalia
  • 877
  • 7
  • 24
0
votes
1 answer

How to do a transaction in a Private Stellar Blockchain Network?

So using docker I started a private Stellar Network by typing in the below command: docker run --rm -it -p "8000:8000" --name stellar stellar/quickstart --standalone Then I opened another terminal and ran the below command to interact with the…
Deb
  • 349
  • 1
  • 3
  • 11
-1
votes
1 answer

How does blockchain provides variety of database storage?

I was working on blockchain project stellar, and setup a node. I had variety of database to select for my node including MySql, postgreySql, oracle, mongoDb, Cassandra, HBase etc. blockchain stores same data to every node thus providing data…
NAVIN
  • 3,193
  • 4
  • 19
  • 32
-1
votes
1 answer

Stellar cross currency transaction doesn't work

I'm unable to execute payment transaction in Stellar testnet. Initially i use find_path: curl -X POST https://test.stellar.org:9002 -d ' { "method": "static_path_find", "params": [ { "source_account":…
Arsenius
  • 4,972
  • 4
  • 26
  • 39
1 2
3