Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Add a web3 erc20 example for StarknetJS #223

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"commit": true,
"commitConvention": "gitmoji",
"contributorsPerLine": 7
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ For starting translations in a new language:
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
4 changes: 3 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
- [Examples](ch02-07-01-examples.md)
- [Beginner - Counter UI](ch02-07-01-00-counter-ui.md)
- [Beginner - ERC-20 UI](ch02-07-01-01-erc20-ui.md)
- [Intermediate - Million Dollar Homepage](ch02-07-01-02-million-dollar-homepage.md)
- [Starknet-React: React Integration](ch02-08-starknet-react.md)
- [Examples](ch02-08-01-examples.md)
- [Beginner - ERC-20 UI](ch02-08-01-01-erc20-ui.md)
- [Intermediate - Million Dollar Homepage](ch02-07-01-02-million-dollar-homepage.md)
- [Starknet-py: Python SDK 🚧](ch02-09-starknet-py.md)
- [Starknet-rs: Rust SDK 🚧](ch02-10-starknet-rs.md)
- [Foundry Cast: Interacting with Starknet](ch02-11-foundry-cast.md)
Expand Down
Loading