You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Large-scale production protocols with intricate instruction sets
58
62
59
-
Brief description of what makes your implementation unique:
63
+
The Kamino Lending client showcases how Coda's automatic account flattening feature (via `codama-instruction-accounts-dedupe-visitor`) resolves naming conflicts that would otherwise cause compilation errors in generated TypeScript code.
60
64
61
-
-**Key feature 1** - Description
62
-
-**Key feature 2** - Description
63
-
-**Key feature 3** - Description
65
+
## Add Your Example
64
66
65
-
What developers can learn from your example.
66
-
```
67
+
Using Coda in your project? We'd love to showcase it!
68
+
69
+
**[Submit a Pull Request →](https://github.com/macalinao/coda/pulls)** to add your project to this documentation.
67
70
68
-
4. Submit your PR with a clear description
71
+
### How to Add Your Example
69
72
70
-
We welcome examples that demonstrate:
71
-
- Novel configuration approaches
72
-
- Integration patterns
73
-
- Complex visitor usage
74
-
- Multi-program setups
75
-
- Custom code generation workflows
76
-
- Production deployment strategies
73
+
1. Fork the [Coda repository](https://github.com/macalinao/coda)
74
+
2. Edit this file at `apps/docs/content/docs/examples.mdx`
75
+
3. Submit your PR with a clear description
77
76
78
-
Help the Solana developer community by sharing your Coda implementation!
77
+
Help the Solana developer community by sharing your Coda implementation!
0 commit comments