This repository was archived by the owner on Jan 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 136
How to run this ? #4
Comments
Were you able to get it to run? Same issues here. |
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add required environment variables to the project. * **README.md** - Add a section to specify the required environment variables. - List `FAUNADB_SERVER_SECRET`, `REACT_APP_PROVIDER_URL`, and `REACT_APP_SITE_RECAPTCHA_KEY` as required variables. * **.env** - Add `FAUNADB_SERVER_SECRET` variable. - Add `REACT_APP_PROVIDER_URL` variable. - Add `REACT_APP_SITE_RECAPTCHA_KEY` variable. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add required environment variables to the `.env` file and update relevant files to indicate their usage. * Add `FAUNADB_SERVER_SECRET`, `REACT_APP_PROVIDER_URL`, and `REACT_APP_SITE_RECAPTCHA_KEY` variables to the `.env` file. * Add a note to the top of `functions/getEntries.js` and `functions/submission-created.js` files to indicate that `FAUNADB_SERVER_SECRET` should be defined in the `.env` file. * Add a note to `src/pages/App.js` to indicate that `REACT_APP_PROVIDER_URL` and `REACT_APP_SITE_RECAPTCHA_KEY` should be defined in the `.env` file. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add required environment variables to the `.env` file and update relevant files to indicate their usage. * Add `FAUNADB_SERVER_SECRET`, `REACT_APP_PROVIDER_URL`, and `REACT_APP_SITE_RECAPTCHA_KEY` variables to the `.env` file. * Add a note to the top of `functions/getEntries.js` and `functions/submission-created.js` files to indicate that `FAUNADB_SERVER_SECRET` should be defined in the `.env` file. * Add a note to `src/pages/App.js` to indicate that `REACT_APP_PROVIDER_URL` and `REACT_APP_SITE_RECAPTCHA_KEY` should be defined in the `.env` file. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add required environment variables to the `.env` file and update relevant files to indicate their usage. * Add `FAUNADB_SERVER_SECRET`, `REACT_APP_PROVIDER_URL`, and `REACT_APP_SITE_RECAPTCHA_KEY` variables to the `.env` file. * Add a note to the top of `functions/getEntries.js` and `functions/submission-created.js` files to indicate that `FAUNADB_SERVER_SECRET` should be defined in the `.env` file. * Add a note to `src/pages/App.js` to indicate that `REACT_APP_PROVIDER_URL` and `REACT_APP_SITE_RECAPTCHA_KEY` should be defined in the `.env` file. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add required environment variables to the `.env` file and update relevant files to indicate their usage. * Add `FAUNADB_SERVER_SECRET`, `REACT_APP_PROVIDER_URL`, and `REACT_APP_SITE_RECAPTCHA_KEY` variables to the `.env` file. * Add a note to the top of `functions/getEntries.js` and `functions/submission-created.js` to indicate that `FAUNADB_SERVER_SECRET` should be defined in the `.env` file. * Add a note to `src/pages/App.js` to indicate that `REACT_APP_PROVIDER_URL` and `REACT_APP_SITE_RECAPTCHA_KEY` should be defined in the `.env` file. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add notes to indicate required environment variables in relevant files and add a .env file with placeholders for these variables. * **functions/getEntries.js** - Add a note to indicate that `FAUNADB_SERVER_SECRET` should be defined in the `.env` file. * **functions/submission-created.js** - Add a note to indicate that `FAUNADB_SERVER_SECRET` should be defined in the `.env` file. * **src/pages/App.js** - Add a note to indicate that `REACT_APP_PROVIDER_URL` and `REACT_APP_SITE_RECAPTCHA_KEY` should be defined in the `.env` file. * **.env** - Add `FAUNADB_SERVER_SECRET` variable. - Add `REACT_APP_PROVIDER_URL` variable. - Add `REACT_APP_SITE_RECAPTCHA_KEY` variable. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add notes to indicate required environment variables in `functions/getEntries.js`, `functions/submission-created.js`, and `src/pages/App.js`. * **functions/getEntries.js**: Add a note to indicate that `FAUNADB_SERVER_SECRET` should be defined in the `.env` file. * **functions/submission-created.js**: Add a note to indicate that `FAUNADB_SERVER_SECRET` should be defined in the `.env` file. * **src/pages/App.js**: Add a note to indicate that `REACT_APP_PROVIDER_URL` and `REACT_APP_SITE_RECAPTCHA_KEY` should be defined in the `.env` file. * **.env**: Add `FAUNADB_SERVER_SECRET`, `REACT_APP_PROVIDER_URL`, and `REACT_APP_SITE_RECAPTCHA_KEY` variables. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add notes to indicate required environment variables in `functions/getEntries.js`, `functions/submission-created.js`, and `src/pages/App.js`. * **functions/getEntries.js**: Add a note to indicate that `FAUNADB_SERVER_SECRET` should be defined in the `.env` file. * **functions/submission-created.js**: Add a note to indicate that `FAUNADB_SERVER_SECRET` should be defined in the `.env` file. * **src/pages/App.js**: Add a note to indicate that `REACT_APP_PROVIDER_URL` and `REACT_APP_SITE_RECAPTCHA_KEY` should be defined in the `.env` file. * **.env**: Add `FAUNADB_SERVER_SECRET`, `REACT_APP_PROVIDER_URL`, and `REACT_APP_SITE_RECAPTCHA_KEY` variables. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add notes to indicate required environment variables in `functions/getEntries.js`, `functions/submission-created.js`, and `src/pages/App.js`. * **functions/getEntries.js**: Add a note to indicate that `FAUNADB_SERVER_SECRET` should be defined in the `.env` file. * **functions/submission-created.js**: Add a note to indicate that `FAUNADB_SERVER_SECRET` should be defined in the `.env` file. * **src/pages/App.js**: Add a note to indicate that `REACT_APP_PROVIDER_URL` and `REACT_APP_SITE_RECAPTCHA_KEY` should be defined in the `.env` file. * **.env**: Add `FAUNADB_SERVER_SECRET`, `REACT_APP_PROVIDER_URL`, and `REACT_APP_SITE_RECAPTCHA_KEY` variables. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add notes to indicate required environment variables in `functions/getEntries.js`, `functions/submission-created.js`, and `src/pages/App.js`. * **functions/getEntries.js**: Add a note to indicate that `FAUNADB_SERVER_SECRET` should be defined in the `.env` file. * **functions/submission-created.js**: Add a note to indicate that `FAUNADB_SERVER_SECRET` should be defined in the `.env` file. * **src/pages/App.js**: Add a note to indicate that `REACT_APP_PROVIDER_URL` and `REACT_APP_SITE_RECAPTCHA_KEY` should be defined in the `.env` file. * **.env**: Add `FAUNADB_SERVER_SECRET`, `REACT_APP_PROVIDER_URL`, and `REACT_APP_SITE_RECAPTCHA_KEY` variables. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add required environment variables to the project. * Add `.env` file with `FAUNADB_SERVER_SECRET`, `REACT_APP_PROVIDER_URL`, `REACT_APP_SITE_RECAPTCHA_KEY`, `Base58`, and `Hex` variables. * Update `README.md` to include a section specifying the required environment variables. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add required environment variables to the `.env` file and update `README.md` to include these variables. * **Environment Variables:** - Add `FAUNADB_SERVER_SECRET`, `REACT_APP_PROVIDER_URL`, and `REACT_APP_SITE_RECAPTCHA_KEY` to the `.env` file. - Add `Base58` and `Hex` values to the `.env` file. - Add notes about the calculation of burned TRX, the amount of bandwidth obtained, free bandwidth balance, bandwidth balance obtained by staking TRX, and the calculation of burned TRX using Energy quantity and unit price of Energy. * **README.md:** - Add a section to specify the required environment variables. - List `FAUNADB_SERVER_SECRET`, `REACT_APP_PROVIDER_URL`, `REACT_APP_SITE_RECAPTCHA_KEY`, `Base58`, and `Hex` as required variables. - Add notes about the calculation of burned TRX, the amount of bandwidth obtained, free bandwidth balance, bandwidth balance obtained by staking TRX, and the calculation of burned TRX using Energy quantity and unit price of Energy. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add required environment variables to the `.env` file and update `README.md` to include these variables. * Add `.env` file with `FAUNADB_SERVER_SECRET`, `REACT_APP_PROVIDER_URL`, `REACT_APP_SITE_RECAPTCHA_KEY`, `Base58`, and `Hex` variables. * Update `README.md` to include a section specifying the required environment variables. * Add notes in `README.md` about the calculation of burned TRX, the amount of bandwidth obtained, free bandwidth balance, bandwidth balance obtained by staking TRX, and energy balance. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add required environment variables to `.env` file and update `README.md` to include them. * Add `.env` file with `FAUNADB_SERVER_SECRET`, `REACT_APP_PROVIDER_URL`, `REACT_APP_SITE_RECAPTCHA_KEY`, `Base58`, and `Hex` variables. * Add notes about the calculation of burned TRX, the amount of bandwidth obtained, and the `wallet> freezeBalanceV2 1000000 0` command to `.env` file. * Update `README.md` to include a section specifying the required environment variables and notes about the calculations and command mentioned above. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add required environment variables to the project. * Add `.env` file with `FAUNADB_SERVER_SECRET`, `REACT_APP_PROVIDER_URL`, and `REACT_APP_SITE_RECAPTCHA_KEY` variables. * Update `README.md` to include a section specifying the required environment variables. * Add additional notes in `README.md` regarding bandwidth and energy calculations for TRX. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add required environment variables and update README.md * Add `.env` file with `FAUNADB_SERVER_SECRET`, `REACT_APP_PROVIDER_URL`, `REACT_APP_SITE_RECAPTCHA_KEY`, `Base58`, and `Hex` variables. * Update `README.md` to include a section specifying the required environment variables and additional notes on bandwidth and energy calculations. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add required environment variables to the project. * **README.md** - Add a section to specify the required environment variables. - List `FAUNADB_SERVER_SECRET`, `REACT_APP_PROVIDER_URL`, and `REACT_APP_SITE_RECAPTCHA_KEY` as required variables. - Add additional notes on bandwidth and energy calculations. * **.env** - Add `FAUNADB_SERVER_SECRET` variable. - Add `REACT_APP_PROVIDER_URL` variable. - Add `REACT_APP_SITE_RECAPTCHA_KEY` variable. - Add additional variables and notes related to bandwidth and energy calculations. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add required environment variables to README and provide example .env file * **README.md** - Add a section specifying the required environment variables. - Mention `FAUNADB_SERVER_SECRET` and `REACT_APP_PROVIDER_URL` as required variables. * **.env.example** - Add an example `.env` file with placeholders for `FAUNADB_SERVER_SECRET` and `REACT_APP_PROVIDER_URL`. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add required environment variables to README and provide example .env file * **README.md** - Add a section specifying the required environment variables. - Mention `FAUNADB_SERVER_SECRET` and `REACT_APP_PROVIDER_URL` as required variables. * **.env.example** - Add an example `.env` file with placeholders for `FAUNADB_SERVER_SECRET` and `REACT_APP_PROVIDER_URL`. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add required environment variables to .env file and update relevant files with comments. * **functions/getEntries.js**: Add a comment indicating the required environment variable `FAUNADB_SERVER_SECRET`. * **functions/submission-created.js**: Add a comment indicating the required environment variable `FAUNADB_SERVER_SECRET`. * **src/pages/App.js**: Add a comment indicating the required environment variable `REACT_APP_PROVIDER_URL`. * **.env**: Add `FAUNADB_SERVER_SECRET` and `REACT_APP_PROVIDER_URL` variables with placeholder values. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add comments to specify required environment variables and create a .env file. * **functions/getEntries.js** - Add a comment at the top of the file to specify the required environment variable `FAUNADB_SERVER_SECRET`. * **functions/submission-created.js** - Add a comment at the top of the file to specify the required environment variable `FAUNADB_SERVER_SECRET`. * **src/pages/App.js** - Add a comment at the top of the file to specify the required environment variables `REACT_APP_PROVIDER_URL` and `REACT_APP_SITE_RECAPTCHA_KEY`. * **.env** - Add the required environment variables `FAUNADB_SERVER_SECRET`, `REACT_APP_PROVIDER_URL`, and `REACT_APP_SITE_RECAPTCHA_KEY`. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add comments to indicate required environment variables and update .env file. * Add comments at the top of `functions/getEntries.js` and `functions/submission-created.js` files to indicate the required environment variable `FAUNADB_SERVER_SECRET`. * Add a comment in `src/pages/App.js` to indicate the required environment variable `REACT_APP_PROVIDER_URL`. * Add `.env` file with placeholder values for `FAUNADB_SERVER_SECRET` and `REACT_APP_PROVIDER_URL`. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add required environment variables to `.env` file and update `README.md` to document them. * **.env file:** - Add `FAUNADB_SERVER_SECRET` - Add `REACT_APP_SITE_RECAPTCHA_KEY` - Add `REACT_APP_PROVIDER_URL` * **README.md:** - Add a section to document the required `.env` file variables - List the `FAUNADB_SERVER_SECRET` variable - List the `REACT_APP_SITE_RECAPTCHA_KEY` variable - List the `REACT_APP_PROVIDER_URL` variable --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Setland34
added a commit
to Setland34/unisocks
that referenced
this issue
Jan 26, 2025
Fixes Uniswap#4 Add required environment variables to the `.env` file and update `README.md` to document them. * Add `FAUNADB_SERVER_SECRET`, `REACT_APP_SITE_RECAPTCHA_KEY`, and `REACT_APP_PROVIDER_URL` to the `.env` file. * Update `README.md` to include a section on required `.env` file variables. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Uniswap/unisocks/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've cloned it to my local pc. now I want to run but it says connection error on chrome tab after the server has started.
I think it needs something from .env file. but I don't know what it needs from .env file. Can anyone help me ?
Thank you.
The text was updated successfully, but these errors were encountered: