Skip to content

An example to demonstrate digital asset exchange using the interface of Kyber Network.

Notifications You must be signed in to change notification settings

Evelynzzz/kyber-demo

Repository files navigation

kyber-demo

An example to demonstrate digital asset exchange using the interface of Kyber Network.

Build with React v16 and Webpack v2.

Getting Started

First of all, install Node.js if you haven't. Then, install dependencies:

npm install
  • Development mode
  • Production mode
    • Build bundles: npm run build or sh ./pack_run.sh

    • Open index.html in the browser directly.

Folder Structure

  • html
    • components: App components
    • img: assets images
    • static: for distribution.
    • styles: all the less / css files
    • app.js: entry point of the App
  • node_modules: generated by npm install.
  • index.html
  • pack_run.sh: used to build bundles for production mode.
  • server.js: used to start Webpack dev server for development mode
  • webpack.config.*.js: configuration files of Webpack

Be careful!This is just a demo.

About

An example to demonstrate digital asset exchange using the interface of Kyber Network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages