cryptocurrency-exchanges
A cryptocurrency is a digital currency that only has value dependent on those who back it. For security, cryptocurrencies rely on blockchaining: a database organized in such a way that records are kept secure through peer-to-peer networks. Each record is kept within a block, and each block holds a timestamp and link to the block before it. The first cryptocurrency was Bitcoin, implemented in 2009 by Satoshi Nakamoto.
Here are 477 public repositories matching this topic...
-
Updated
Feb 12, 2022 - JavaScript
-
Updated
Jan 27, 2022 - Java
-
Updated
Jan 9, 2020 - JavaScript
-
Updated
Feb 18, 2022 - Ruby
-
Updated
Feb 3, 2022 - Go
-
Updated
Dec 12, 2018 - Python
-
Updated
Feb 19, 2022 - Java
-
Updated
Feb 20, 2022 - TypeScript
-
Updated
Jan 21, 2022 - Python
-
Updated
Feb 6, 2022 - PHP
Crypto vs fiat
It would be really interesting see a single chart that shows all crypto-fiat pairs on a single chart. The axes would need to be converted into a single domain like implied BTC market price and order value in USD to make them all accessible on a single plot, but the larger data set might give a clearer picture of the overall status of the market.
-
Updated
Feb 9, 2022 - JavaScript
-
Updated
Feb 21, 2022 - TypeScript
-
Updated
Nov 20, 2019 - Go
Add createwallet
Can this library be use to handle more than 1 wallet, bitcoin-cli.exe have the createwallet command with a unique id and the connection can have the --rpcwallet with the same id.
What are the alternative if I need to handle more than 1 wallet. Thanks
-
Updated
Apr 28, 2021 - JavaScript
-
Updated
Feb 25, 2022 - Python
-
Updated
Nov 22, 2021 - JavaScript
-
Updated
Jan 11, 2022 - Rust
-
Updated
Oct 23, 2021 - Ruby
-
Updated
Feb 22, 2022 - JavaScript
-
Updated
Feb 24, 2022 - TypeScript
-
Updated
Sep 27, 2021 - Ruby
-
Updated
May 31, 2018 - Perl
-
Updated
Feb 6, 2022 - Python
Is your feature request related to a problem? Please describe.
Now that the database is refactored into something more logical, it would be useful to create a set of tests for the following APIs:
SettlementEngineAuctionEngineLimitEngineAuctionOrderbookLimitOrderbookPuzzleStoreDepositStore
Describe the solution you'd like
Each of t
-
Updated
Feb 17, 2022 - Ruby
-
Updated
Feb 2, 2022 - C++
Abstract
After merging rotki/rotki#3443 there have been no tests written to deserialize fiat/orders and fiat/payments:
https://binance-docs.github.io/apidocs/spot/en/#get-swap-history-user_data
Relevant part of the tests code:
https://github.com/rotki/rotki/blob/2c9ed5d892c4c571b86edb701c80838b9222bff1/rotkehlchen/tests/exchanges/test_binance.py#L590-L598
https: