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

feat: add a wallet when a new user signs up and accpt the address given #118

Merged
merged 10 commits into from
Feb 18, 2024

Conversation

shawakash
Copy link
Owner

@shawakash complete issue #116

@shawakash shawakash merged commit 1bcca4a into dev Feb 18, 2024
9 of 10 checks passed
@@ -132,3 +133,9 @@
const imageName: string = `./codes/${id.slice(5)}_${timestamp.toString().slice(5)}.png`;
return imageName;
};

export const generateSeed = (strength: number): string => {

Check warning

Code scanning / ESLint

disallow unused variables Warning

'strength' is defined but never used.
@@ -1,7 +1,9 @@
import { Chain } from "@paybox/zeus";
import { HASURA_URL, JWT } from "../config";
import { dbResStatus, getClientId } from "../types/client";
import { HASURA_ADMIN_SERCRET } from "@paybox/common";
import { HASURA_ADMIN_SERCRET, WalletKeys } from "@paybox/common";
import { Wallet, ethers } from "ethers";

Check warning

Code scanning / ESLint

disallow unused variables Warning

'Wallet' is defined but never used.
@@ -1,7 +1,9 @@
import { Chain } from "@paybox/zeus";
import { HASURA_URL, JWT } from "../config";
import { dbResStatus, getClientId } from "../types/client";
import { HASURA_ADMIN_SERCRET } from "@paybox/common";
import { HASURA_ADMIN_SERCRET, WalletKeys } from "@paybox/common";
import { Wallet, ethers } from "ethers";

Check warning

Code scanning / ESLint

disallow unused variables Warning

'ethers' is defined but never used.
import { HASURA_ADMIN_SERCRET } from "@paybox/common";
import { HASURA_ADMIN_SERCRET, WalletKeys } from "@paybox/common";
import { Wallet, ethers } from "ethers";
import { Keypair } from "@solana/web3.js";

Check warning

Code scanning / ESLint

disallow unused variables Warning

'Keypair' is defined but never used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant