Integrating Glyph
CDN Bundle
<https://d1sg984wue6feh.cloudfront.net/prod/Glyph-unified-bundle.js>
Quickstart
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Glyph Widget</title>
<script src="<https://d1sg984wue6feh.cloudfront.net/prod/Glyph-unified-bundle.js>"></script>
</head>
<body>
<script>
window.Glyph.initWidget({
theme: {
logo: "<https://example.com/logo.png>",
primaryColor: "#fc6432",
backgroundBlur: "2px",
placement: "bottom-right",
theme: "dark",
},
supportedChains: ["ethereum", "polygon"],
});
</script>
</body>
</html>Reference Example
Options
Property
Type
Description
Chains
Last updated