Skip to content

FactomProject/factom-walletd

Repository files navigation

factom-walletd

CircleCI

factom-walletd serves the wallet/wsapi interface to the wallet library at 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.

Note that by default factom-walletd only accepts local connections. To allow remote connections add the flag -remote.

Dependencies

Build Dependencies

  • Go > 1.13

Optional Dependencies

Package distribution

Binaries for your platform can be downloaded from the GitHub release page.

Build and install

Alternatively you can build and install from source.

make install

To cross compile to all supported platforms:

make all