stellard
stellard copied to clipboard
INACTIVE. Server in the Stellar network. Maintains the distributed ledger. Introduces and validates transactions. This repo is not in active development, it is being replaced by stellar-core.
The Stellard Build wiki page (https://wiki.stellar.org/Building_Stellard) links to a non-existent Visual Studio 2013 Build Instructions page. Create this page.
Partial payments have their use in the network. They are important for returning funds, and are useful for arbitrage traders. Please consider re-introducing them, with an important change: I propose...
Right now there is: -dt -memo -invoice Let's just have one variable length field that can include all this info
Example output: ``` bash > curl -X POST https://live.stellar.org:9002 -d ' quote> { quote> "method": "account_tx", quote> "params": [ quote> { quote> "account": "gEisv5HcJTbp6D1vxUdh5dPUrDGyuUxM4u", quote> "limit": -1 quote> } quote>...
I played around with stellard and found out a few things: - The smallest amount you can send `".00000000000000000000000000000001"` (10^-31). Anything smaller (more digits) doesn't work. I havent found any...