How to Embed a Node in Your Application
Prerequisites
Steps
1. Add ant-node
[dependencies]
ant-node = "0.11.0"
tokio = { version = "1", features = ["full"] }2. Build a node with the API
3. Subscribe to node events
4. Configure production settings explicitly
Verify it worked
Common errors
Next steps
Last updated