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

@0x/abi-gen-templates

Package Overview
Dependencies
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0x/abi-gen-templates

Handlebars templates used by abi-gen to generate contract-wrappers

  • 2.4.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

These templates are used with abi-gen.

To successfully compile the generated TypeScript contract wrappers, you must:

  • Install the packages on which the main contract template directly depends: yarn add @0x/base-contract @0x/sol-compiler @0x/utils @0x/web3-wrapper ethereum-types ethers lodash
  • Install the packages on which the main contract template indirectly depends: yarn add @types/lodash
  • Ensure that your TypeScript configuration includes the following:
"compilerOptions": {
  "lib": ["ES2015"],
  "typeRoots": [
    "node_modules/@0x/typescript-typings/types",
    "node_modules/@types"
  ]
}

FAQs

Package last updated on 22 Aug 2019

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