For more information, click here.
To learn more about StarkNet, click here.
Dolven Labs is a DAO Based Ecosystem Catalyst for projects built on the StarkNet Network, Dolven Labs aims to be the future of investing, deal flow, and value creation in the StarkNet Ecosystem. With this contract, you will be able to lock your tokens and liquidity for the dates you choose. Also, anyone can use it.
This is the Airdrop distributor contract of Dolven Labs which allows to claiming tokens of incubated projects. More technical details will be available on our notion soon.
- Reentrancy Check
- Total Claimed Value Check
- Merkle Tree tests
- Pedersen Hash Function Check
This project demonstrates a basic Hardhat project, but with Starknet plugin.
git clone [email protected]:Shard-Labs/starknet-hardhat-example.git
cd starknet-hardhat-example
npm ci
npx hardhat starknet-compile contracts/contract.cairo
npx hardhat test test/DeployStrategy.ts
package.json
is fixed to use the latest starknet-hardhat-plugin
version this example repository is synced with.
If you're having issues trying to use this example repo with the Starknet plugin, try running npm install
or npm update
, as it may be due to version mismatch in the dependencies.
master
- latest stable examplesplugin
- used for testing by Starknet Hardhat Plugin
- New PRs and features should be targeted to the
plugin
branch. - After releasing a new plugin version,
master
should ideally be reset (fast forwarded) toplugin
(less ideally merged).