Letโs decentralize Cryptocurrency Exchanges and secure it with BarterDEX
Before starting make sure you have Agama wallet running on your machine, with at least 2 coins activated in native mode.
This project require nanomsg,
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
brew install nanomsg
sudo apt-get update
sudo apt-get install build-essential git cmake libcurl4-openssl-dev
git clone https://github.com/nanomsg/nanomsg
cd nanomsg; mkdir build; cd build; cmake ..
cmake --build .
ctest -C Debug .
sudo cmake --build . --target install
sudo ldconfig
2. Download and install the packages Release page
git clone [email protected]:buildog/BarterDEX.git
cd BarterDEX
npm install
command | task performed |
---|---|
npm start ย |
run the built application (/dist ) |
npm run dev |
start dev (webpack will hot-reload the JavaScript and CSS) |
npm run dist |
generate a new build to /dist ๐ |
npm run release |
build a new package release for all plateform |
React | Mobx | Webpack | Electron | PostCSS | and a lot of ๐
The best way to contribute is by looking at the issues in this repo.
This repository is licensed under the GNU General Public License v3.0, also included in our repository in the COPYING file.
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.