Skip to content

[Feature] Local Build Instructions #8

@0xzoz

Description

@0xzoz

What is the issue?

No build instructions for developers who would like to contribute to the project

When going through the process of building locally it would be better if there was a set of instructions that were available in the root as a readme.md file.

Non-exclusive list

  • new nonApproveList.ts in src/components/NonApprove folder
  • contents:
type Item = {
  token: string
  anyToken: string
  symbol: string
  spender: string
}

export const nonApproveList: {
  [chainId: number]: Item[]
} = {}
  • yarn install
  • yarn start

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions