Host-customized fork of https://github.com/tecnovert/basicswap/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
630 B
23 lines
630 B
|
|
Rendered files can be found in: |
|
|
|
basicswap/static/sequence_diagrams |
|
|
|
|
|
To render: |
|
|
|
nvm use 14 |
|
npm install -g mscgenjs-cli |
|
|
|
mscgenjs -T svg -i bidder.alt.xu -o bidder.alt.xu.svg |
|
mscgenjs -T svg -i offerer.alt.xu -o offerer.alt.xu.svg |
|
mscgenjs -T svg -i xmr.bidder.alt.xu -o xmr.bidder.alt.xu.svg |
|
mscgenjs -T svg -i xmr.offerer.alt.xu -o xmr.offerer.alt.xu.svg |
|
|
|
|
|
npm -g install svgo |
|
|
|
svgo --pretty bidder.alt.xu.svg -o bidder.alt.xu.min.svg |
|
svgo --pretty offerer.alt.xu.svg -o offerer.alt.xu.min.svg |
|
svgo --pretty xmr.bidder.alt.xu.svg -o xmr.bidder.alt.xu.min.svg |
|
svgo --pretty xmr.offerer.alt.xu.svg -o xmr.offerer.alt.xu.min.svg
|
|
|