Developing on Builder

Setting up for Development

Looking to contribute directly to the development of Builder? Great!

First, clone the Builder repository.

git clone https://github.com/ChainShot/Builder.git

The Builder runs with a client/server architecture so it is broken into two main components client and server. We’ll need to install the dependencies and run these components separately.

Start Client & Server

  1. Start Client
  2. Start Server

Configure

Both the server and the client can be configured to run with different environment settings, Client Configuration and Server Configuration.