freighter-server 1.0.0

Cloudflare's third-party Rust registry implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<title>Register</title>
<h1>Register</h1>
<form action="/api/v1/crates/account" method="post">
    <div class="container">
        <p>The username will be used for assigning create owners.</p>
        <label><b>Username</b>
        <input type="text" name="username" required> </label>

        <p>Be careful: the token will be displayed <strong>only once</strong>.</p>
        <button type="submit">Generate the token</button>
    </div>
</form>