BarnettW0ng / sigma-usd

UI for SigmaUSD instance of AgeUSD protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

UI for SigmaUSD instance of AgeUSD protocol.

License:MIT License


Languages

Language:CSS 41.9%Language:JavaScript 33.9%Language:TypeScript 15.7%Language:SCSS 8.3%Language:HTML 0.1%Language:Dockerfile 0.0%