Skip to content

Commit

Permalink
Feat: add fund route with fund ring widget
Browse files Browse the repository at this point in the history
  • Loading branch information
avivash committed Aug 10, 2023
1 parent 84c95e8 commit be62da2
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/routes/fund/+page.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<svelte:head>
<script src={`${window.location.origin}/fund-ring-widget.js`}></script>
</svelte:head>

<fund-ring-widget
contractAddress="0xA369Ae5472c0F6E78BaBb73Baa624a5F694DEe51"
title="Help fund the SLW RK'D!"
bodyCopy="We're trying to build the world's slowest arcade. With your help, we can realize this vision a little less slowly"
/>
198 changes: 198 additions & 0 deletions static/fund-ring-widget.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/fund-ring-widget.js.map

Large diffs are not rendered by default.

0 comments on commit be62da2

Please sign in to comment.