The default Safe web interface.
Install the dependencies:
yarn
Create a .env
file with the environment variables. You can use the .env.example
file as a reference.
Run the development server:
yarn start
Open http://localhost:3000 with your browser to see the app.
ESLint:
yarn lint --fix
Prettier:
yarn prettier
Unit tests:
yarn test --watch
To test the production build locally:
yarn build
To create a new component in the root folder:
yarn cmp MyNewComponent
- Next.js
- React
- Redux
- MUI
- ethers.js
- web3-onboard
- Safe Core SDK
- Gateway SDK