Uniswap / Uniswap/interface

Integrate with 4EVERLAND pin service

Open
#4,883 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

improvement
Dominant language
TypeScript
Stars
5.5k
Forks
5.4k
PR merge metrics
No merged PRs in 30d

Description

Introduce
4EVERLAND can provide you with pin service and global acceleration.

Step

  1. Open Dashboard and connect with wallet
  2. Create token in Auth Tokens, and add it as EVER_TOKEN in Settings->Secrets->Actions
image
  1. Add script below to workflows
- name: Pin to 4everland
        uses: 4everland/pin-action@main
        continue-on-error: true
        timeout-minutes: 2
        with:
          EVER_TOKEN: ${{ secrets.EVER_TOKEN }}
          EVER_PROJECT_NAME: 'uniswap-interface'
          path: './build'

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the repository's workflow files and the workflow that produces the ./build output. Add the provided 4EVERLAND pin action with EVER_TOKEN and EVER_PROJECT_NAME configured as shown, then verify the workflow completes with the pin step enabled.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions
Domain
ci-cd, devops
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.