0xWeb
  • 0xWeb
  • πŸ’»Installation
  • πŸ—ƒοΈBlockchains
  • πŸ“¦Package Manager
    • πŸ“‚Folder structure
    • πŸš€Dequanto dependency
    • πŸŽ†Installing contracts
    • πŸ”’Versioning
  • πŸ”Wallet
    • πŸ”‘Keys notice
    • πŸ™‚Accounts
  • πŸ’»CLI
    • Commands Overview
  • πŸ—„οΈGnosis Safe
    • πŸ™†β€β™‚οΈZero Trust Wallet
  • πŸš€Dequanto
    • ℹ️Info
    • πŸ•ΈοΈRPC Client Pool
    • πŸ—οΈTx Builder
    • πŸ“€Tx Writer
    • ⛓️Blockchain Explorers
    • πŸͺ™Token Services
    • πŸ—ƒοΈIndexer
    • ✨Utilities
  • ⛑️Hardhat
    • ℹ️Info
    • ⬇️Installation
    • 🧩Compile
    • πŸ’«Deploy
  • 0️Openzeppelin
    • Openzeppelin contracts
Powered by GitBook
On this page
  1. Package Manager

Dequanto dependency

PreviousFolder structureNextInstalling contracts

Last updated 3 years ago

The generated classes will include Dequanto dependencies for the Blockchain communication. See the Dequanto section to read more about the library.

Automatically

To automatically install required dependencies run the initialization command inside your project root

0xweb init

Manually

You can perform the same steps manually

  • Clone the repository

    git submodule add

  • Add @dequanto alias to your tsconfig.json file

{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
      "@dequanto/*": "dequanto/src/*"
    }
  }
}
πŸ“¦
πŸš€
dequanto
πŸ”—
https://github.com/0xweb-org/dequanto