Bitcoin Forum
May 12, 2024, 01:03:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: API Creation to interact with BitcoinJ node  (Read 480 times)
Was (OP)
Member
**
Offline Offline

Activity: 75
Merit: 12

We are Satoshi.


View Profile
December 10, 2015, 10:29:34 AM
 #1

Hello All,

I am interested in creating an API to interact with a bitcoinj node to send and retrieve OP_RETURN transactions for the purpose of putting data into the blockchain.

The process I had in mind went something like this Insert text string, make string into variable(n),  convert variable to hex(x), make hex as a variable within API, push variable to BitcoinJ within OP_RETURN script.

and on the other end for interpretation: Pull txid from blockchain containing output script "OP_RETURN" with the data. convert (x) back to (n).. (HEX TO STRING) and display the original text string.

I assume the calls would be data.push and data.pull respectively.

If I want to interact with a BitcoinJ node, would the most convenient language to program the API in be Node.js?

also, How do I go about creating and issuing API Keys? 

I guess more questions to come, thanks for your help on this cool project Smiley Does anyone think this would be difficult?

We Are Satoshi.
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Was (OP)
Member
**
Offline Offline

Activity: 75
Merit: 12

We are Satoshi.


View Profile
December 10, 2015, 10:35:18 AM
 #2

As a matter of fact,

Is BitcoinJ even the easiest, best way to do something like this, and if so, is Node.js still a viable way to implement the process I just described?

Is it possible to just use Bitcoin-cli to process the calls from the API assuming it's written in Node.js?

We Are Satoshi.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!