-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
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
insrc/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
Labels
No labels