Skip to content

Latest commit

 

History

History
executable file
·
25 lines (19 loc) · 768 Bytes

README.md

File metadata and controls

executable file
·
25 lines (19 loc) · 768 Bytes

SigmaUSD UI

SigmaUSD is an instance of AgeUSD protocol for Ergo blockchain.

Please note that the UI itself is not the instance; it only interacts with the deployed contracts on Ergo blockchain which has been deployed by other anonymous community members not connected with Emurgo or EF.

install

npm install

run in dev mode

npm run start

build

npm run-script build

This project uses web-assembly. If you want to serve it using nginx, make sure nginx can serve WASM files - you can use the mime.types file.

Assembler service

You have to set up your own assembler service and set its url in the const file before deploying the UI.