Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Referral #27

Merged
merged 6 commits into from
Aug 28, 2024
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
6 changes: 3 additions & 3 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NEXT_PUBLIC_RPC_URL=
RPC_URL=
NEXT_PUBLIC_RPC_URL=https://starknet-mainnet.public.blastapi.io/
RPC_URL=https://starknet-mainnet.public.blastapi.io/

DATABASE_URL=
DATABASE_URL=
1 change: 0 additions & 1 deletion .husky/_/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions .husky/_/applypatch-msg

This file was deleted.

2 changes: 0 additions & 2 deletions .husky/_/commit-msg

This file was deleted.

44 changes: 22 additions & 22 deletions .husky/_/h
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
#!/usr/bin/env sh
[ "$HUSKY" = "2" ] && set -x
n=$(basename "$0")
s=$(dirname "$(dirname "$0")")/$n

[ ! -f "$s" ] && exit 0

if [ -f "$HOME/.huskyrc" ]; then
echo "husky - '~/.huskyrc' is DEPRECATED, please move your code to ~/.config/husky/init.sh"
fi
i="${XDG_CONFIG_HOME:-$HOME/.config}/husky/init.sh"
[ -f "$i" ] && . "$i"

[ "${HUSKY-}" = "0" ] && exit 0

export PATH="node_modules/.bin:$PATH"
sh -e "$s" "$@"
c=$?

[ $c != 0 ] && echo "husky - $n script failed (code $c)"
[ $c = 127 ] && echo "husky - command not found in PATH=$PATH"
exit $c
#!/usr/bin/env sh
[ "$HUSKY" = "2" ] && set -x
n=$(basename "$0")
s=$(dirname "$(dirname "$0")")/$n
[ ! -f "$s" ] && exit 0
if [ -f "$HOME/.huskyrc" ]; then
echo "husky - '~/.huskyrc' is DEPRECATED, please move your code to ~/.config/husky/init.sh"
fi
i="${XDG_CONFIG_HOME:-$HOME/.config}/husky/init.sh"
[ -f "$i" ] && . "$i"
[ "${HUSKY-}" = "0" ] && exit 0
export PATH="node_modules/.bin:$PATH"
sh -e "$s" "$@"
c=$?
[ $c != 0 ] && echo "husky - $n script failed (code $c)"
[ $c = 127 ] && echo "husky - command not found in PATH=$PATH"
exit $c
2 changes: 0 additions & 2 deletions .husky/_/post-applypatch

This file was deleted.

2 changes: 0 additions & 2 deletions .husky/_/post-checkout

This file was deleted.

2 changes: 0 additions & 2 deletions .husky/_/post-commit

This file was deleted.

2 changes: 0 additions & 2 deletions .husky/_/post-merge

This file was deleted.

2 changes: 0 additions & 2 deletions .husky/_/post-rewrite

This file was deleted.

2 changes: 0 additions & 2 deletions .husky/_/pre-applypatch

This file was deleted.

2 changes: 0 additions & 2 deletions .husky/_/pre-auto-gc

This file was deleted.

2 changes: 0 additions & 2 deletions .husky/_/pre-commit

This file was deleted.

2 changes: 0 additions & 2 deletions .husky/_/pre-push

This file was deleted.

2 changes: 0 additions & 2 deletions .husky/_/pre-rebase

This file was deleted.

2 changes: 0 additions & 2 deletions .husky/_/prepare-commit-msg

This file was deleted.

2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yarn run lint:fix && yarn run format:fix
yarn run lint:fix && yarn run format:fix
89 changes: 61 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,15 @@ Clone the repository
git clone https://github.com/strkfarm/starkfarm-client.git
```

Configure the environment. Ensure env file has necessary settings.
```
cp .env.sample .env.local
```

Install dependencies and run the development build

```bash
yarn

yarn run dev
```

Expand Down Expand Up @@ -74,33 +78,62 @@ To connect with us regarding any queries about contributing to the repo, feel fr
## Contributors ✨
Thanks goes to these wonderful people.

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/akiraonstarknet"><img src="https://avatars.githubusercontent.com/u/156126180?v=4?s=100" width="100px;" alt="Akira "/><br /><sub><b>Akira </b></sub></a><br /><a href="#ideas-akiraonstarknet" title="Ideas, Planning, & Feedback">🤔</a> <a href="#code-akiraonstarknet" title="Code">💻</a> <a href="#infra-akiraonstarknet" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hemant.lol"><img src="https://avatars.githubusercontent.com/u/85151171?v=4?s=100" width="100px;" alt="Hemant"/><br /><sub><b>Hemant</b></sub></a><br /><a href="#infra-hemantwasthere" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/raizo07"><img src="https://avatars.githubusercontent.com/u/81079370?v=4?s=100" width="100px;" alt="Wolf"/><br /><sub><b>Wolf</b></sub></a><br /><a href="#infra-raizo07" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jedstroke"><img src="https://avatars.githubusercontent.com/u/86930056?v=4?s=100" width="100px;" alt="Jed"/><br /><sub><b>Jed</b></sub></a><br /><a href="#code-jedstroke" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/EjembiEmmanuel"><img src="https://avatars.githubusercontent.com/u/83036156?v=4?s=100" width="100px;" alt="Emmaunuel Ejembi"/><br /><sub><b>Emmaunuel Ejembi</b></sub></a><br /><a href="#code-EjembiEmmanuel" title="Code">💻</a> <a href="#doc-EjembiEmmanuel" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kateberryd"><img src="https://avatars.githubusercontent.com/u/35270183?v=4?s=100" width="100px;" alt="Catherine Jonathan"/><br /><sub><b>Catherine Jonathan</b></sub></a><br /><a href="#code-kateberryd" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NeelkanthTandel"><img src="https://avatars.githubusercontent.com/u/68822066?v=4?s=100" width="100px;" alt="Neelkanth Tandel"/><br /><sub><b>Neelkanth Tandel</b></sub></a><br /><a href="#review-NeelkanthTandel" title="Reviewed Pull Requests">👀</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Ugo-X"><img src="https://avatars.githubusercontent.com/u/133219527?v=4?s=100" width="100px;" alt="Ugonna Paul Dike"/><br /><sub><b>Ugonna Paul Dike</b></sub></a><br /><a href="#code-Ugo-X" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://fishonsnote.medium.com/"><img src="https://avatars.githubusercontent.com/u/43862685?v=4?s=100" width="100px;" alt="Fishon Amos"/><br /><sub><b>Fishon Amos</b></sub></a><br /><a href="#code-fishonamos" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ooochoche"><img src="https://avatars.githubusercontent.com/u/101812348?v=4?s=100" width="100px;" alt="Benedict Ejembi"/><br /><sub><b>Benedict Ejembi</b></sub></a><br /><a href="#infra-ooochoche" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Jemiiah"><img src="https://avatars.githubusercontent.com/u/160767568?v=4?s=100" width="100px;" alt="Jemiiah"/><br /><sub><b>Jemiiah</b></sub></a><br /><a href="#code-Jemiiah" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Dprof-in-tech"><img src="https://avatars.githubusercontent.com/u/116242877?v=4?s=100" width="100px;" alt="Isaac Onyemaechi Ugwu"/><br /><sub><b>Isaac Onyemaechi Ugwu</b></sub></a><br /><a href="#code-Dprof-in-tech" title="Code">💻</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<<<<<<< HEAD
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/akiraonstarknet"><img src="https://avatars.githubusercontent.com/u/156126180?v=4?s=100" width="100px;" alt="Akira "/><br /><sub><b>Akira </b></sub></a><br /><a href="#ideas-akiraonstarknet" title="Ideas, Planning, & Feedback">🤔</a> <a href="#code-akiraonstarknet" title="Code">💻</a> <a href="#infra-akiraonstarknet" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hemant.lol"><img src="https://avatars.githubusercontent.com/u/85151171?v=4?s=100" width="100px;" alt="Hemant"/><br /><sub><b>Hemant</b></sub></a><br /><a href="#infra-hemantwasthere" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/raizo07"><img src="https://avatars.githubusercontent.com/u/81079370?v=4?s=100" width="100px;" alt="Wolf"/><br /><sub><b>Wolf</b></sub></a><br /><a href="#infra-raizo07" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jedstroke"><img src="https://avatars.githubusercontent.com/u/86930056?v=4?s=100" width="100px;" alt="Jed"/><br /><sub><b>Jed</b></sub></a><br /><a href="#code-jedstroke" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/EjembiEmmanuel"><img src="https://avatars.githubusercontent.com/u/83036156?v=4?s=100" width="100px;" alt="Emmaunuel Ejembi"/><br /><sub><b>Emmaunuel Ejembi</b></sub></a><br /><a href="#code-EjembiEmmanuel" title="Code">💻</a> <a href="#doc-EjembiEmmanuel" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kateberryd"><img src="https://avatars.githubusercontent.com/u/35270183?v=4?s=100" width="100px;" alt="Catherine Jonathan"/><br /><sub><b>Catherine Jonathan</b></sub></a><br /><a href="#code-kateberryd" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NeelkanthTandel"><img src="https://avatars.githubusercontent.com/u/68822066?v=4?s=100" width="100px;" alt="Neelkanth Tandel"/><br /><sub><b>Neelkanth Tandel</b></sub></a><br /><a href="#review-NeelkanthTandel" title="Reviewed Pull Requests">👀</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Ugo-X"><img src="https://avatars.githubusercontent.com/u/133219527?v=4?s=100" width="100px;" alt="Ugonna Paul Dike"/><br /><sub><b>Ugonna Paul Dike</b></sub></a><br /><a href="#code-Ugo-X" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://fishonsnote.medium.com/"><img src="https://avatars.githubusercontent.com/u/43862685?v=4?s=100" width="100px;" alt="Fishon Amos"/><br /><sub><b>Fishon Amos</b></sub></a><br /><a href="#code-fishonamos" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ooochoche"><img src="https://avatars.githubusercontent.com/u/101812348?v=4?s=100" width="100px;" alt="Benedict Ejembi"/><br /><sub><b>Benedict Ejembi</b></sub></a><br /><a href="#infra-ooochoche" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Jemiiah"><img src="https://avatars.githubusercontent.com/u/160767568?v=4?s=100" width="100px;" alt="Jemiiah"/><br /><sub><b>Jemiiah</b></sub></a><br /><a href="#code-Jemiiah" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Dprof-in-tech"><img src="https://avatars.githubusercontent.com/u/116242877?v=4?s=100" width="100px;" alt="Isaac Onyemaechi Ugwu"/><br /><sub><b>Isaac Onyemaechi Ugwu</b></sub></a><br /><a href="#code-Dprof-in-tech" title="Code">💻</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

=======
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/akiraonstarknet"><img src="https://avatars.githubusercontent.com/u/156126180?v=4?s=100" width="100px;" alt="Akira "/><br /><sub><b>Akira </b></sub></a><br /><a href="#ideas-akiraonstarknet" title="Ideas, Planning, & Feedback">🤔</a> <a href="#code-akiraonstarknet" title="Code">💻</a> <a href="#infra-akiraonstarknet" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hemant.lol"><img src="https://avatars.githubusercontent.com/u/85151171?v=4?s=100" width="100px;" alt="Hemant"/><br /><sub><b>Hemant</b></sub></a><br /><a href="#infra-hemantwasthere" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/raizo07"><img src="https://avatars.githubusercontent.com/u/81079370?v=4?s=100" width="100px;" alt="Wolf"/><br /><sub><b>Wolf</b></sub></a><br /><a href="#infra-raizo07" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jedstroke"><img src="https://avatars.githubusercontent.com/u/86930056?v=4?s=100" width="100px;" alt="Jed"/><br /><sub><b>Jed</b></sub></a><br /><a href="#code-jedstroke" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/EjembiEmmanuel"><img src="https://avatars.githubusercontent.com/u/83036156?v=4?s=100" width="100px;" alt="Emmaunuel Ejembi"/><br /><sub><b>Emmaunuel Ejembi</b></sub></a><br /><a href="#code-EjembiEmmanuel" title="Code">💻</a> <a href="#doc-EjembiEmmanuel" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kateberryd"><img src="https://avatars.githubusercontent.com/u/35270183?v=4?s=100" width="100px;" alt="Catherine Jonathan"/><br /><sub><b>Catherine Jonathan</b></sub></a><br /><a href="#code-kateberryd" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NeelkanthTandel"><img src="https://avatars.githubusercontent.com/u/68822066?v=4?s=100" width="100px;" alt="Neelkanth Tandel"/><br /><sub><b>Neelkanth Tandel</b></sub></a><br /><a href="#review-NeelkanthTandel" title="Reviewed Pull Requests">👀</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Ugo-X"><img src="https://avatars.githubusercontent.com/u/133219527?v=4?s=100" width="100px;" alt="Ugonna Paul Dike"/><br /><sub><b>Ugonna Paul Dike</b></sub></a><br /><a href="#code-Ugo-X" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://fishonsnote.medium.com/"><img src="https://avatars.githubusercontent.com/u/43862685?v=4?s=100" width="100px;" alt="Fishon Amos"/><br /><sub><b>Fishon Amos</b></sub></a><br /><a href="#code-fishonamos" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ooochoche"><img src="https://avatars.githubusercontent.com/u/101812348?v=4?s=100" width="100px;" alt="Benedict Ejembi"/><br /><sub><b>Benedict Ejembi</b></sub></a><br /><a href="#infra-ooochoche" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Jemiiah"><img src="https://avatars.githubusercontent.com/u/160767568?v=4?s=100" width="100px;" alt="Jemiiah"/><br /><sub><b>Jemiiah</b></sub></a><br /><a href="#code-Jemiiah" title="Code">💻</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

>>>>>>> 2619149 (add pool click event)
<!-- ALL-CONTRIBUTORS-LIST:END -->

[![All Contributors](https://img.shields.io/github/all-contributors/akiraonstarknet/starkfarm-client?color=ee8449&style=flat-square)](#contributors)
24 changes: 12 additions & 12 deletions prisma/migrations/20240818115638_init/migration.sql
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
-- CreateTable
CREATE TABLE "User" (
"id" SERIAL NOT NULL,
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
"email" TEXT NOT NULL,
"name" TEXT,

CONSTRAINT "User_pkey" PRIMARY KEY ("id")
);

-- CreateIndex
CREATE UNIQUE INDEX "User_email_key" ON "User"("email");
-- CreateTable
CREATE TABLE "User" (
"id" SERIAL NOT NULL,
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
"email" TEXT NOT NULL,
"name" TEXT,
CONSTRAINT "User_pkey" PRIMARY KEY ("id")
);
-- CreateIndex
CREATE UNIQUE INDEX "User_email_key" ON "User"("email");
44 changes: 22 additions & 22 deletions prisma/migrations/20240818143249_updated_user_model/migration.sql
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
/*
Warnings:

- You are about to drop the column `email` on the `User` table. All the data in the column will be lost.
- You are about to drop the column `name` on the `User` table. All the data in the column will be lost.
- A unique constraint covering the columns `[address]` on the table `User` will be added. If there are existing duplicate values, this will fail.
- Added the required column `address` to the `User` table without a default value. This is not possible if the table is not empty.
- Added the required column `message` to the `User` table without a default value. This is not possible if the table is not empty.

*/
-- DropIndex
DROP INDEX "User_email_key";

-- AlterTable
ALTER TABLE "User" DROP COLUMN "email",
DROP COLUMN "name",
ADD COLUMN "address" TEXT NOT NULL,
ADD COLUMN "message" TEXT NOT NULL,
ADD COLUMN "tncDocVersion" TEXT NOT NULL DEFAULT '1.0';

-- CreateIndex
CREATE UNIQUE INDEX "User_address_key" ON "User"("address");
/*
Warnings:
- You are about to drop the column `email` on the `User` table. All the data in the column will be lost.
- You are about to drop the column `name` on the `User` table. All the data in the column will be lost.
- A unique constraint covering the columns `[address]` on the table `User` will be added. If there are existing duplicate values, this will fail.
- Added the required column `address` to the `User` table without a default value. This is not possible if the table is not empty.
- Added the required column `message` to the `User` table without a default value. This is not possible if the table is not empty.
*/
-- DropIndex
DROP INDEX "User_email_key";
-- AlterTable
ALTER TABLE "User" DROP COLUMN "email",
DROP COLUMN "name",
ADD COLUMN "address" TEXT NOT NULL,
ADD COLUMN "message" TEXT NOT NULL,
ADD COLUMN "tncDocVersion" TEXT NOT NULL DEFAULT '1.0';
-- CreateIndex
CREATE UNIQUE INDEX "User_address_key" ON "User"("address");
28 changes: 14 additions & 14 deletions prisma/migrations/20240824114901_updated_user_model/migration.sql
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/*
Warnings:

- A unique constraint covering the columns `[referralCode]` on the table `User` will be added. If there are existing duplicate values, this will fail.
- Added the required column `referralCode` to the `User` table without a default value. This is not possible if the table is not empty.

*/
-- AlterTable
ALTER TABLE "User" ADD COLUMN "referralCode" TEXT NOT NULL,
ALTER COLUMN "message" DROP NOT NULL,
ALTER COLUMN "tncDocVersion" DROP NOT NULL;

-- CreateIndex
CREATE UNIQUE INDEX "User_referralCode_key" ON "User"("referralCode");
/*
Warnings:
- A unique constraint covering the columns `[referralCode]` on the table `User` will be added. If there are existing duplicate values, this will fail.
- Added the required column `referralCode` to the `User` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "User" ADD COLUMN "referralCode" TEXT NOT NULL,
ALTER COLUMN "message" DROP NOT NULL,
ALTER COLUMN "tncDocVersion" DROP NOT NULL;
-- CreateIndex
CREATE UNIQUE INDEX "User_referralCode_key" ON "User"("referralCode");
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-- AlterTable
ALTER TABLE "User" ADD COLUMN "isTncSigned" BOOLEAN NOT NULL DEFAULT false;
-- AlterTable
ALTER TABLE "User" ADD COLUMN "isTncSigned" BOOLEAN NOT NULL DEFAULT false;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-- AlterTable
ALTER TABLE "User" ALTER COLUMN "isTncSigned" DROP NOT NULL;
-- AlterTable
ALTER TABLE "User" ALTER COLUMN "isTncSigned" DROP NOT NULL;
Loading