NethermindEth / StarknetByExample

A collection of examples of Cairo smart contracts for Starknet.
https://starknet-by-example.voyager.online/
MIT License
110 stars 84 forks source link

Feature: Crowdfunding Contract (Cairo + Starknet-js) #224

Closed egeaybars123 closed 3 months ago

egeaybars123 commented 3 months ago

I wrote a Crowdfunding contract in Cairo, and wrote the Starknet-js code to interact with the contract including the concepts of dispatchers and multicall.

julio4 commented 3 months ago

We already have a crowdfunding contract coming soon on #219, so I'll need to close this as duplicate.