factom-walletd icon indicating copy to clipboard operation
factom-walletd copied to clipboard

Server for the factom wallet web service api

Results 5 factom-walletd issues
Sort by recently updated
recently updated
newest added

I tried to download the linux executable but linux doesn't know what to do with it. I downloaded the source code (instead) and per the readme, I did "make install"...

Useful for exchanges and users alike. Algorand has an implementation using `"golang.org/x/crypto/ed25519"`: https://github.com/algorand/go-algorand-sdk

enhancement

Current `properties` API return: ```json {"walletversion":"2.2.15-dev","walletapiversion":"2.0"} ``` I'd like to see additional information to be returned: 1. Boolean if the wallet is encrypted on disk or not 2. Boolean telling...

enhancement

As part of the general cleanup process, we removed the factom/wallet folder from the factom repo in https://github.com/FactomProject/factom/pull/144. This contains the wallet backend and needs to find a new home...

This is the walletd counterpart that uses the wsapi whitelist feature in https://github.com/FactomProject/factom/pull/135. It adds a "-whitelist" flag where people can specify remote ips to allow. Note that if someone...