π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 initManually
You can perform the same steps manually
Clone the dequanto π repository
git submodule addhttps://github.com/0xweb-org/dequantoAdd
@dequantoalias to yourtsconfig.jsonfile
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@dequanto/*": "dequanto/src/*"
}
}
}Last updated