Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Remove backend and update FE to compute starknet address before sendi…
Browse files Browse the repository at this point in the history
…ng the request
  • Loading branch information
ClementWalter committed Jul 28, 2023
1 parent 654cc88 commit 48fe839
Show file tree
Hide file tree
Showing 17 changed files with 145 additions and 2,232 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,6 @@ on:
- "main"

jobs:
backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
with:
push: true
tags: ghcr.io/kkrt-labs/kakacet/backend:latest
context: ./backend
platforms: linux/amd64,linux/arm64

frontend:
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 3 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"proseWrap": "always"
}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Kakacet aka Kakarot Faucet

This faucet is a fork of [starkcet](https://github.com/zizou0x/starkcet) and
relies on the same backend.

The only difference is that it accepts as input an EVM address, which is first
converted to its Starknet address counterpart before calling the faucet.
7 changes: 0 additions & 7 deletions backend/.env.example

This file was deleted.

16 changes: 0 additions & 16 deletions backend/Dockerfile

This file was deleted.

40 changes: 0 additions & 40 deletions backend/api.js

This file was deleted.

Loading

0 comments on commit 48fe839

Please sign in to comment.