Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

matter-dapp-module

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

matter-dapp-module

[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![License][license-src]][license-href]

  • 1.0.34
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
66
increased by88.57%
Maintainers
1
Weekly downloads
 
Created
Source

zkSync DApp Nuxt Module

npm version npm downloads License

📖 Release Notes

Setup

  1. Add @matterlabs/zksync-nuxt-core dependency to your project
yarn add @matterlabs/zksync-nuxt-core
# or
npm install @matterlabs/zksync-nuxt-core
  1. Add @matterlabs/zksync-nuxt-core to the buildModules section of nuxt.config.js
JS
{
    buildModules: [
        [
            "matter-dapp-ui",
            {
                // module options (ref. types/index.ts ModuleOptions)
            },
        ]
    ],
}
TS
import { ModuleOptions } from "matter-dapp-ui/types";
{
    buildModules: [
        [
            "matter-dapp-ui",
            <ModuleOptions>{
                // module options (ref. types/index.ts ModuleOptions)
            },
        ]
    ],
}

Development

  1. Clone this repository
  2. Go to the package and link it with yarn link
  3. Go to your nuxt project where you want to use the module
  4. Install link dependency with yarn link @matterlabs/zksync-nuxt-core
  5. Import the module into your project as shown above
  6. Done ✅

License

MIT License

FAQs

Package last updated on 10 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc