Skip to content

PrabalParihar/safe-wallet-web

Repository files navigation

Safe Web Core

The default Safe web interface.

Getting Started

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.

Lint & tests

ESLint:

yarn lint --fix

Prettier:

yarn prettier

Unit tests:

yarn test --watch

To test the production build locally:

yarn build

Development

To create a new component in the root folder:

yarn cmp MyNewComponent

Frameworks

About

The default Safe web interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.3%
  • JavaScript 3.8%
  • CSS 3.7%
  • Other 0.2%