All Projects → Shard-Labs → starknet-hardhat-example

Shard-Labs / starknet-hardhat-example

Licence: other
Examples of how Starknet Hardhat plugin can be used.

Programming Languages

typescript
32286 projects
solidity
1140 projects
shell
77523 projects

Projects that are alternatives of or similar to starknet-hardhat-example

cairo-by-example
Verbosely Documented, Minimal Starknet Contract Examples.
Stars: ✭ 63 (+231.58%)
Mutual labels:  starkware, starknet
starkgate-frontend
Bridge interface allows users to transfer ERC20 tokens from Ethereum to StarkNet and vice versa.
Stars: ✭ 75 (+294.74%)
Mutual labels:  starkware, starknet
argent-x
ArgentX browser extension for StarkNet - made with ❤️ by Argent
Stars: ✭ 419 (+2105.26%)
Mutual labels:  starkware, starknet
starknet.js
JavaScript library for StarkNet
Stars: ✭ 159 (+736.84%)
Mutual labels:  starkware, starknet
play-java-ebean-example
Example Play application showing Java with Ebean
Stars: ✭ 54 (+184.21%)
Mutual labels:  example-project
java-basic-skeleton
☕🚀 Java Bootstrap: Skeleton for your new projects
Stars: ✭ 37 (+94.74%)
Mutual labels:  example-project
PocketSphinxUnityDemo
A sample Unity project showing how to use PocketSphinx.
Stars: ✭ 32 (+68.42%)
Mutual labels:  example-project
pyexplain
Será uma plataforma onde usuários poderão realizar análise de um código Python, enviar links e exemplos sobre as bibliotecas utilizadas, assim como inserir bibliotecas de terceiros. O objetivo é que o sistema seja utilizado como um guia de referência para iniciantes, onde possam encontrar bibliotecas, visualizar exemplos e terão acesso a mais co…
Stars: ✭ 18 (-5.26%)
Mutual labels:  example-project
play-scala-secure-session-example
An example Play application showing encrypted session management
Stars: ✭ 54 (+184.21%)
Mutual labels:  example-project
jenkins-shared-library-example
Example for a Jenkins shared library with unit tests
Stars: ✭ 35 (+84.21%)
Mutual labels:  example-project
SeatLayout
A seat selection library for Android with an example for selecting seats for flights, sports venue, theatres, etc
Stars: ✭ 30 (+57.89%)
Mutual labels:  example-project
angular-pwa
Angular 13 Example Progressive Web App (PWA)
Stars: ✭ 45 (+136.84%)
Mutual labels:  example-project
hardhat-abi-exporter
🧰 Export Solidity contract ABIs on compilation ⚙️
Stars: ✭ 29 (+52.63%)
Mutual labels:  hardhat
nuxt-ecommerce
🛍 Ecommerce Store with Nuxt
Stars: ✭ 82 (+331.58%)
Mutual labels:  example-project
angular-routing
Angular 13 Example Routing
Stars: ✭ 21 (+10.53%)
Mutual labels:  example-project
scala-basic-skeleton
Starting point if you want to bootstrap a project in Scala
Stars: ✭ 16 (-15.79%)
Mutual labels:  example-project
plug systemd example
Example Elixir application that integrates with systemd features
Stars: ✭ 15 (-21.05%)
Mutual labels:  example-project
play-scala-anorm-example
Example Play Database Application using Anorm
Stars: ✭ 41 (+115.79%)
Mutual labels:  example-project
play-scala-chatroom-example
Play chatroom with Scala API
Stars: ✭ 43 (+126.32%)
Mutual labels:  example-project
open-source
A safe, welcoming space for developers to learn good practice for collaboration and try their hand at making contributions to OSS. Maintained by the Virtual Coffee Slack group.
Stars: ✭ 20 (+5.26%)
Mutual labels:  example-project

Basic Sample Hardhat Project - with Starknet Plugin

This project demonstrates a basic Hardhat project, but with Starknet plugin.

Supported starknet-hardhat-plugin version

package.json is fixed to use the latest starknet-hardhat-plugin version this example repository is synced with.

Troubleshooting

If you're having issues trying to use this example repo with the Starknet plugin, try using the npm install and\or npm update commands, as it may be due to version mismatch in the dependencies.

Branches

Branch updating (for developers)

  • New PRs and features should be targeted to the plugin branch.
  • After releasing a new plugin version, master should be reset to plugin (so no need for merging/rebasing for these two branches).
  • When needed, the devnet branch should be updated:
    • Since Devnet testing uses the latest plugin version, rebasing devnet should be done onto plugin.
    • After rebasing, a force push of the devnet branch is required.
    • New commits can be added to the devnet branch if they introduce devnet-specific files or configurations.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].