Troubleshooting
This guide provides solutions for common ABI generation problems and issues.
Common Issues
Build Failures
Problem: ABI generation fails during build.
Solution: Check that all required dependencies are included in Cargo.toml
.
Type Mismatches
Problem: Types are not compatible with target protocol.
Solution: Verify that your type definitions are compatible with the target protocol.
Validation Errors
Problem: ABI validation fails.
Solution: Check that your ABI follows the correct schema and format.
Getting Help
For more help, check the documentation or contact support.
Next Steps
- Configuration - Configure ABI generation for your project
- Rust Integration - Integrate ABI generation with your Rust code
Was this page helpful?