/zksync-dapp-portal

Your portal to zkSync - Wallet, Bridge, Faucet

Primary LanguageVueMIT LicenseMIT

zkSync Portal

zkSync Portal

zkSync Portal is a unique wallet dapp that brings the best of zkSync Era∎ and zkSync Lite under one friendly user interface. Crafted with an emphasis on a seamless user experience, zkSync Portal allows you to easily manage your tokens. It's your go-to interface to interact with both versions of zkSync, ensuring a smooth and efficient process every step of the way.

Try it out!

Visit portal.zksync.io to use the latest version of zkSync Portal.

Contributing

All contributions are welcome! Feel free to make the codebase better and submit your pull request here.


Development

Setup

Make sure to install the dependencies:

# npm
npm install

# yarn
yarn install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run generate

Look at the Nuxt 3 documentation to learn more.


License

Released under the MIT License.