Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 989 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 989 Bytes

sudoswap

THIS REPO IS STILL NOT FIT FOR PUBLIC CONSUMPTION. USE AT YOUR OWN RISK.

Getting this to build can be tricky. 0. Run npm install

  1. Follow the instructions on modifying node_modules/ in the web3.js github issue to disable issues here. After that, check out scripts/web3-patch.js for a post-install script which should handle the rest. If there are still issues, proceed below:
  2. Modify package.json to remove the fs dependency.
  3. Check the version numbers for all of the 0x stuff because it's trying to work with v2.
  4. Remove the weird Ganache in node_modules (just comment it out)
  5. This commit here helps explain how to set up the 0x libraries.
  6. Add your own blocknative API key and Infura API key in web3Enabled.js
  7. ng serve should spin up a local instance