kseo / codechain-exchange

A decentralized exchange platform for CodeChain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeChain Exchange

Decentralized exchange platform for an asset on the CodeChain

Getting Started

Download CodeChain exchange code

# git clone https://github.com/CodeChain-io/codechain-exchange.git
# cp codechain-exchange

Prerequisites

# yarn install
# yarn migration
# sudo service postgresql start

Start server

# yarn start

Start server in develop mode

# yarn start-dev

Start client (Not implemented)

# cd client
# yarn serve

Running the tests

# yarn test

Deployment

DB migration and undo migration

# yarn migration
# yarn undo-migration

Insert seed data into DB

# yarn seed
# yarn undo-seed

Formatting

# yarn fmt

About

A decentralized exchange platform for CodeChain


Languages

Language:TypeScript 91.7%Language:JavaScript 8.3%