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

[Feature] Local Build Instructions #8

Open
0xzoz opened this issue Aug 2, 2022 · 2 comments
Open

[Feature] Local Build Instructions #8

0xzoz opened this issue Aug 2, 2022 · 2 comments

Comments

@0xzoz
Copy link

0xzoz commented Aug 2, 2022

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
@winter520
Copy link
Collaborator

Updated

@0xzoz
Copy link
Author

0xzoz commented Aug 9, 2022

Closing #9

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

No branches or pull requests

2 participants