run demo http://swapper-psi.vercel.app
- Get a faucet of ERC20 SWPR token
- You will need some WETH or ETH or exchange using the dApp.
- Node v16.18.0
- yarn 1.22.19 or npm 9.1.2
First, run the development server:
npm run dev
# or
yarn dev
Also, you can build as production preview
npm run build && npm run start
# or
yarn build && yarn start
both ways open using http://localhost:3000
You can test running the package script test
yarn test
npm run test