Skip to content
forked from buildog/BarterDEX

๐Ÿ“ˆ BarterDEX: Decentralized Exchange and Cryptocurrency Market

License

Notifications You must be signed in to change notification settings

ptyx11/BarterDEX

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

alt text

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.

Downloads

1. Install dependencies

This project require nanomsg,

via Homebrew:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
brew install nanomsg
via cmake:
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

Electron app (Node.js)

git clone [email protected]:buildog/BarterDEX.git
cd BarterDEX
npm install

Development Commands list

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 :shipit: ๐ŸŽ‰
npm run release build a new package release for all plateform

Built With

React | Mobx | Webpack | Electron | PostCSS | and a lot of ๐Ÿ˜

Contributing

The best way to contribute is by looking at the issues in this repo.

License

This repository is licensed under the GNU General Public License v3.0, also included in our repository in the COPYING file.

Disclamer

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.

About

๐Ÿ“ˆ BarterDEX: Decentralized Exchange and Cryptocurrency Market

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.0%
  • CSS 6.9%
  • HTML 0.1%