We provide an easier way to build and run noebs using Docker.
Fork this repository (e.g., git clone https://github.com/adonese/noebs) cd to noebs root directory (E.g., $HOME/src/noebs)
This is only useful if you plan on contributing to noebs itself. Use docker instead!
make sure you have Go installed (go website to see various ways to install go).You will have a binary that after running it will spawn a production ready server!
noebs needs to be connected with EBS merchant/consumer server in order to get useful responses. However, you can run our embedded server that mocks EBS responses in cases where you cannot reach EBS server. To do that, you need to enable the development mode using a special env var, EBS_LOCAL_DEV. You need to set EBS_LOCAL_DEV=1 in order to use the mocking functionality.
And you're all set. You can now proceed to the API docs section, or jump straight to the Quickstart to see how to make a simple payment integration.