Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
added required rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
jorian committed Mar 4, 2018
1 parent 60ab98c commit 3b64a62
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,18 @@ How to get listed on BarterDEX?
The requirements for a coin to be able to do an atomic swap are:

- have `BIP65 (Check LockTime Verify)`_ implemented;
- support the following standard Bitcoin API methods:
- support the following standard Bitcoin API methods ( http://chainquery.com/bitcoin-api )

.. code-block:: bash
estimatefee importaddress
getblock importprivkey
getblockhash listunspent
getinfo listtransactions
getrawmempool validateaddress
getrawtransaction sendrawtransaction
gettxout signrawtransaction
getinfo listreceivedbyaddress
getrawmempool listtransactions
getrawtransaction validateaddress
gettxout sendrawtransaction
signrawtransaction
Note that apart from supporting the above requirements, no additional custom code is needed to be able to trade on BarterDEX. (This in contrast to the misinformation being spread on several forums, where is stated that BarterDEX requires customizations to coins)

Expand Down

0 comments on commit 3b64a62

Please sign in to comment.