🚀
Dequanto dependency
The generated classes will include
Dequanto
dependencies for the Blockchain communication. See the Dequanto
section to read more about the library.To automatically install required dependencies run the initialization command inside your project root
0xweb init
You can perform the same steps manually
- Add
@dequanto
alias to yourtsconfig.json
file
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@dequanto/*": "dequanto/src/*"
}
}
}
Last modified 1yr ago