-
Updated
Jan 9, 2020 - JavaScript
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 359 public repositories matching this topic...
-
Updated
Feb 23, 2021 - JavaScript
-
Updated
Feb 25, 2021 - Ruby
-
Updated
Nov 20, 2020 - Java
-
Updated
Dec 12, 2018 - Python
-
Updated
Jan 24, 2021 - Go
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.
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
Feb 18, 2021 - JavaScript
-
Updated
Nov 20, 2019 - Go
-
Updated
Feb 25, 2021 - PHP
-
Updated
Feb 15, 2021 - JavaScript
-
Updated
Jun 22, 2020 - Ruby
-
Updated
Aug 13, 2020 - JavaScript
-
Updated
Feb 24, 2021 - JavaScript
-
Updated
Feb 16, 2021 - Python
-
Updated
Jan 21, 2021 - Java
-
Updated
Feb 23, 2021 - Rust
-
Updated
May 31, 2018 - Perl
-
Updated
Feb 8, 2021 - Ruby
-
Updated
Feb 25, 2021 - TypeScript
-
Updated
Oct 19, 2018 - JavaScript
-
Updated
Feb 25, 2021 - Ruby
-
Updated
Feb 25, 2021 - JavaScript
-
Updated
Feb 25, 2021
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
Mar 22, 2020 - Python
-
Updated
May 27, 2020 - Python
-
Updated
Feb 29, 2020 - HTML


Abstract
The concept of price Oracles may be foreign to some users so it requires explaining. There should be a section in the usage docs that explains it and makes them able to understand where price history comes from. Also how to fix common problems with not being able to query price history.
Task