Skip to content

This is a simple html and javascript duinocoin faucet that is really a bad idea to host. it is completely static and you need to signup for supabase for the cooldown storage

Notifications You must be signed in to change notification settings

Gamecat9999/html-and-js-duinocoin-faucet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a EXTREMELY simple working Duinocoin faucet in HTML and javascript. It requires you to have a Supabase account to do the cooldown because static sites cant write to files like all of the rest of my faucets. This is MOST LIKELY going to set the kolka after you so use CAREFULLY. It is not my fault if you get your account under supension and stuff. Just change the config file to your username and also make sure to set the write stuff in your supabase thingies. create a new table in supabase with this

create table cooldowns ( username text primary key, timestamp bigint not null );

and then make sure to add your supabase project url and ANON key which you can find in project settings > api

image

About

This is a simple html and javascript duinocoin faucet that is really a bad idea to host. it is completely static and you need to signup for supabase for the cooldown storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published