Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 419 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 419 Bytes

dexco

启动

install dependencies

pnpm install

本地开发 启动

npm run dev 

正式环境启动 preview

npm run build 
npm run preview 

需要更新sdk

npm run update-wallet-sdk

流程test

目前遵循之前的规范, 在 APP.vue 中写入测试代码 查看参数 导入对应的私钥到钱包中 地址一致即可

git

pnpm i npm run build && npm run preview