Deploy a PayString Server with Docker
note
PayString was previously known as PayID.
To get started, the first thing to do is set up a PayString server.
If you haven't already, install Docker and Node on your machine.
The reference implementation server is available at https://github.com/paystring/paystring. You can download the reference implementation server by cloning the repository at the command line:
Go to the
/paystring
directory that you just created:Boot up the PayString HTTP server and a Postgres database to develop against: