Welcome to BRI Dev Studio! This repository contains the code and instructions for setting up and running the BRI DEX server and client.
To customize the DEX server, follow these steps:
-
Clone the repository from https://github.com/feedloop/dex.
-
Use the following command in the terminal to create a tarzip file:
# BEGIN: Create tarzip file tar -czvf dex.tar.gz dex/ # END: Create tarzip file
-
Replace the tarzip file in this folder with the newly created one.
-
To clean, build, and run the DEX server, use the following command:
make clean && make build && ./bin/dex serve examples/config-dev.yaml
-
Use
make examples && ./bin/example-appto run the DEX client. -
Use the minified
encode.min.jsfor static functions. -
Replace the static link on the web template with the domain.
Instructions on how to install and set up the project.
Examples and instructions on how to use the project.
Guidelines for contributing to the project.
This project is licensed under the MIT License.
A brief description of the project.
Instructions on how to install and set up the project.
Examples and instructions on how to use the project.
Guidelines for contributing to the project.
This project is licensed under the MIT License.