πŸš€Dequanto dependency

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

{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
      "@dequanto/*": "dequanto/src/*"
    }
  }
}

Last updated