FactomProject / factom-walletd

Server for the factom wallet web service api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Server for the factom wallet web service api

License:Other


Languages

Language:Go 89.0%Language:Makefile 9.3%Language:Dockerfile 1.7%