FundRing / fundring

This is a community fund for the Filecoin ecosystem that allows participants to contribute to projects they're interested in.
MIT License
5 stars 0 forks source link

Distribute the widget via a CDN #11

Open 31z4 opened 11 months ago

31z4 commented 11 months ago

Summary

Distribute the widget via a CDN so that user can choose between vendoring the widget and loading it using a CDN.

Basic example

<script src="https://cdn.fission.codes/fund-ring-widget.js"></script>

<fund-ring-widget
  contractAddress="<CONTRACT_ADDRESS>"
  title="Help fund <PROJECT_NAME>!"
  description="A brief description"
/>

Motivation

Both vendoring and loading via a CDN has its pros and cons. But having an option to load the widget using CDN might simplify setup.