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

Commit

Permalink
🎉 Add a web3 erc20 example for StarknetJS (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnet0x authored Oct 25, 2023
1 parent 3f639dc commit c8d9170
Show file tree
Hide file tree
Showing 18 changed files with 742 additions and 197 deletions.
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

0 comments on commit c8d9170

Please sign in to comment.