factom-walletd
![CircleCI](https://circleci.com/gh/FactomProject/factom-walletd/tree/develop.svg?style=svg)
factom-walletd
serves the
factom/wallet/wsapi
interface to the wallet library at
factom/wallet.
Here is the API
documentation.
factom-walletd
manages a database of Factoid and Entry Credit wallets and
uses them to compose transactions for the Factom blockchain. It can compose
transactions for sending Factoids, purchasing Entry Credits, or creating Chains
or Entries.
Dependencies
Build Dependencies
Optional Dependencies
Package distribution
factom-walletd
is installed with the Factom package found
here. This also installs
factomd
and factom-cli
.
Build and install
Alternatively you can build and install from source.
go get -u github.com/FactomProject/factom-walletd
go install github.com/FactomProject/factom-walletd