-
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 335 public repositories matching this topic...
-
Updated
Sep 18, 2020 - Ruby
-
Updated
Sep 15, 2020 - JavaScript
-
Updated
Dec 12, 2018 - Python
-
Updated
Jul 15, 2020 - Java
An issue to collect data and tasks needed for adding binance
-
Decrease Callback/ Load Amount to 1 in #40
-
Analyze compatibility
Needed changes in Data call?
Needed changes in Data storage (Multiple times same pair e.g. "ETH-USD") -
Discuss form of presentation
Original:Send all data to client, and hide/ show selection on clientside with js?
Update: Sending all data s
-
Updated
Jun 24, 2020 - 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
Nov 20, 2019 - Go
-
Updated
Jun 22, 2020 - Ruby
-
Updated
Aug 12, 2020 - JavaScript
-
Updated
Sep 15, 2020 - PHP
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Sep 16, 2020 - JavaScript
-
Updated
Aug 29, 2020 - Python
-
Updated
May 31, 2018 - Perl
-
Updated
Aug 13, 2020 - JavaScript
-
Updated
Aug 8, 2020 - Ruby
-
Updated
Oct 19, 2018 - JavaScript
-
Updated
Aug 23, 2020 - Rust
-
Updated
Sep 12, 2020 - Java
-
Updated
Sep 16, 2020 - TypeScript
-
Updated
Sep 18, 2020
-
Updated
Sep 17, 2020 - Ruby
-
Updated
Mar 22, 2020 - 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 29, 2020 - HTML
-
Updated
May 27, 2020 - Python
-
Updated
Aug 10, 2019 - Python
Abstract
At the moment we completely rely on etherscan in order to query the nearest timestamp
https://github.com/rotki/rotki/blob/8857de2fcfb4bf14e2cc7f9a30a5680fb11e1140/rotkehlchen/externalapis/etherscan.py#L431-L447
We could make a more abstract function and place it in the ethereum manager class: https://github.com/rotki/rotki/blob/8857de2fcfb4bf14e2cc7f9a30a5680fb11e1140/rotkehl