etherdelta / etherdelta.github.io

https://etherdelta.com
554 stars 689 forks source link

How to build #470

Open mason276752 opened 6 years ago

mason276752 commented 6 years ago

How to build? Where package.json and build script?

grrowl commented 6 years ago

You can host the interface only using a local HTTPS server (needed for Ledger connection) by running this script in the etherdelta directory: https://gist.github.com/dergachev/7028596

It will use the proxy at etherdelta.io for connection

Govind13100 commented 6 years ago

Hello, I have run the setup of your and also i have developed my own smart contract as your, so i have connected it to the setup of your clone. Everything is working fine like deposit , withdraw, transfer buy and sell but the " Order Book ", " Trade & Volume " and " Your transactions " is not working, can you please help me out to get this data's.

When i look into your code file : main.6cfdd60c6d0446e78031.js , it inlcuding react code and rendering for ex Myorder.js , but i don't understand where it is coming from, it will be very great if you could help me out here. Thanks in advance