Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.22 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.22 KB

react-atomicdex-wasm

Pre-requisites

Build steps

Misc notes

To change the kdf bin being used, replace the file: public/kdflib_bg.wasm with it

To keep multiple versions of kdf bins in the public folder and test them one by one, make sure all of them have different names, then replace the name kdflib_bg.wasm in https://github.com/gcharang/react-komodefi-wasm/blob/master/src/components/Mm2Panel.jsx

Might want to restart the dev server and hard refresh(shift + f5) the browser window when the kdf binary being used is changed in code or replaced with same name in the file system

Best to open/reopen the url: http://localhost:3000/ in a private/incognito window when testing code/kdf changes, to be completely sure that cached kdf bins/other code aren't interfering

To update the API version using a url to a zipfile, use ./update_wasm.sh $zipfile_url

To update the coins file version using a url to a raw github data, use ./update_coins.sh https://raw.githubusercontent.com/KomodoPlatform/coins/master/coins