Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 33 additions & 4 deletions cmd/lotus-fountain/site/datacap.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,50 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>Grant DataCap - Lotus Fountain</title>
<title>Grant DataCap - Filecoin Calibration Faucet</title>
<link rel="stylesheet" type="text/css" href="faucet-components.css">
<meta charset="UTF-8">
<script src="https://www.google.com/recaptcha/api.js"></script>
<script>
function onSubmit(token) {
document.getElementById("datacap-form").submit();
}
</script>

<script type="application/ld+json">
[
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Filecoin Calibration Faucet",
"url": "https://faucet.calibnet.chainsafe-fil.io/",
"logo": "https://filecoin.io/images/filecoin-logo.svg",
"description": "Official Filecoin Calibration testnet faucet providing testnet FIL and DataCap for developers building on the Filecoin network.",
"sameAs": [
"https://github.com/ChainSafe",
"https://chainsafe.io/",
"https://filecoin.io/",
"https://filecoin.io/slack"
]
},
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Grant DataCap - Filecoin Calibration Faucet",
"description": "Request DataCap allocation for the Filecoin Calibration Testnet. Enter your address to receive DataCap for testing Filecoin Plus (Fil+) workflows and verified deals.",
"url": "https://faucet.calibnet.chainsafe-fil.io/datacap",
"isPartOf": {
"@type": "Organization",
"name": "Filecoin Calibration Faucet"
}
}
]
</script>
</head>
<body>
<div class="Index">
<div class="Index-nodes">
<div class="Index-node">
<h3>Grant datacap</h3>
<h3>Grant DataCap</h3>
<p>Please input your address to receive a data cap on the Calibration Testnet.</p>
</div>
<div class="Index-node">
Expand Down
37 changes: 33 additions & 4 deletions cmd/lotus-fountain/site/funds.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,50 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>Sending Funds - Lotus Fountain</title>
<title>Send Testnet FIL - Filecoin Calibration Faucet</title>
<link rel="stylesheet" type="text/css" href="faucet-components.css">
<meta charset="UTF-8">
<script src="https://www.google.com/recaptcha/api.js"></script>
<script>
function onSubmit(token) {
document.getElementById("funds-form").submit();
}
</script>

<script type="application/ld+json">
[
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Filecoin Calibration Faucet",
"url": "https://faucet.calibnet.chainsafe-fil.io/",
"logo": "https://filecoin.io/images/filecoin-logo.svg",
"description": "Official Filecoin Calibration testnet faucet providing testnet FIL and DataCap for developers building on the Filecoin network.",
"sameAs": [
"https://github.com/ChainSafe",
"https://chainsafe.io/",
"https://filecoin.io/",
"https://filecoin.io/slack"
]
},
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Send Testnet FIL - Filecoin Calibration Faucet",
"description": "Request 100 tFIL tokens for the Filecoin Calibration Testnet. Enter your address to receive test FIL (tFIL) for development and testing purposes.",
"url": "https://faucet.calibnet.chainsafe-fil.io/funds",
"isPartOf": {
"@type": "Organization",
"name": "Filecoin Calibration Faucet"
}
}
]
</script>
</head>
<body>
<div class="Index">
<div class="Index-nodes">
<div class="Index-node">
<h3>Send funds</h3>
<h3>Send Testnet FIL</h3>
<p>Please input your address to receive test FIL (tFIL) on the Calibration Testnet. This faucet dispenses 100 tFIL.</p>
</div>
<div class="Index-node">
Expand Down
24 changes: 20 additions & 4 deletions cmd/lotus-fountain/site/index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Filecoin Lotus Faucet – Get Free tFIL & DataCap</title>
<meta name="description" content="Get free tFIL and DataCap in the Lotus Fountain Faucet. Quickly request test tokens to your wallet, and start building or experimenting on the Filecoin testnet with ease.">
<title>Filecoin Calibration Faucet – Get Free tFIL & DataCap</title>
<meta name="description" content="Get free tFIL and DataCap in the Filecoin Calibration Faucet. Quickly request test tokens to your wallet, and start building or experimenting on the Filecoin testnet with ease.">
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="main.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Filecoin Calibration Faucet",
"url": "https://faucet.calibnet.chainsafe-fil.io/",
"logo": "https://filecoin.io/images/filecoin-logo.svg",
"description": "Official Filecoin Calibration testnet faucet providing testnet FIL and DataCap for developers building on the Filecoin network.",
"sameAs": [
"https://github.com/ChainSafe",
"https://chainsafe.io/",
"https://filecoin.io/",
"https://filecoin.io/slack"
]
}
</script>
</head>
<body>
<div class="page-wrapper">
<header>
<h1>Filecoin Lotus Calibration Faucet</h1>
<p>Welcome to the official Filecoin Lotus Calibration testnet faucet. This service provides both testnet FIL and DataCap for developers and testers working within the Filecoin ecosystem.</p>
<h1>Filecoin Calibration Faucet</h1>
<p>Welcome to the official Filecoin Calibration testnet faucet. This service provides both testnet FIL and DataCap for developers and testers working within the Filecoin ecosystem.</p>
</header>

<main class="cards">
Expand Down
Loading