Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: added abi-wan integration usage example #722

Merged
merged 3 commits into from
Aug 17, 2023

Conversation

ivpavici
Copy link
Collaborator

Motivation and Resolution

Add Abi-Wan-Kanabi usage example in the doc guides

@netlify
Copy link

netlify bot commented Aug 16, 2023

Deploy Preview for starknetjs ready!

Name Link
🔨 Latest commit 53cce20
🔍 Latest deploy log https://app.netlify.com/sites/starknetjs/deploys/64dde990cbc8470008e70155
😎 Deploy Preview https://deploy-preview-722--starknetjs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@ivpavici ivpavici requested a review from penovicp August 16, 2023 13:18
www/docs/guides/automatic_cairo_ABI_parsing.md Outdated Show resolved Hide resolved
import { tAbi } from '../__mocks__/hello';
import { TypedContract } from '../src';

let cairo1Contract: TypedContract<typeof tAbi>; // tAbi is your Cairo contract ABI
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably mention that contract.typed(tAbi) can also be used.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ivpavici and others added 2 commits August 17, 2023 11:09
@ivpavici ivpavici requested a review from penovicp August 17, 2023 11:15
@ivpavici ivpavici merged commit f98d372 into develop Aug 17, 2023
9 checks passed
@ivpavici ivpavici deleted the ivpavici_abi_parsing_docs branch August 17, 2023 11:57
@github-actions
Copy link

🎉 This PR is included in version 5.19.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants