Skip to content

Commit

Permalink
chore: minor fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
byhow committed Jun 18, 2024
1 parent c926bd5 commit 1dabcc6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ARBITRUM_RPC_URL=
NEXT_PUBLIC_ARBITRUM_RPC_URL=
NEXT_PUBLIC_WETH_CONTRACT_ADDRESS=
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ Some of the notable packages that were used:
1. Run `cp .env.example .env` and fill in your own config for the node
1. Run `pnpm install` then `pnpm dev`

This code is 100% test covered (except view, hooks and constants), and you can check the test by running `pnpm test` and coverage by running `pnpm coverage`.
## Test
This code is 100% test covered (except view, hooks and constants), and you can check the test by running `pnpm test` and coverage by running `pnpm coverage`. Each component test suites are under their corresponding folders, and for util functions are in `/tests`.

## Build
There are also build pipelines that runs over github actions


## Requirement
- use Next.js, React, TypeScript
Expand Down

0 comments on commit 1dabcc6

Please sign in to comment.