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
  • Blockchain Explorer
  • ABI json
  1. Package Manager

Installing contracts

The TypeScript class are generated from ABI, which will be resolved from various sources.

Blockchain Explorer

By providing the contract address and the chain (default is Ethereum). Proxy contracts will be automatically followed to the implementation contract, to resolve the implementation ABI

❗To prevent blockchain API request throttling, provide your keys in config file:

0xweb config --edit

0xweb i 0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419 --name chainlink/oracle-eth

ABI json

Specify a local ABI JSON file, for example that one generated by solidity compiler

0xweb i ./artifacts/contracts/FooBar.sol/FooBar.json --name foobar
PreviousDequanto dependencyNextVersioning

Last updated 3 years ago

πŸ“¦
πŸŽ†