/starkvest

StarkNet ERC20 token vesting smart contracts

Primary LanguageCairoMIT LicenseMIT

StarkVest

ERC20 token vesting smart contracts written in Cairo for StarkNet.

Usage

⚠️ WARNING! ⚠️

This repo contains highly experimental code. Expect rapid iteration. Use at your own risk.

Set up the project

📦 Install the requirements

⛏️ Compile

protostar build

🌡️ Test

# Run all tests
protostar test

# Run only unit tests
protostar test tests/units

# Run only integration tests
protostar test tests/integrations

💋 Format code

cairo-format -i src/**/*.cairo tests/**/*.cairo

📄 License

starkvest is released under the MIT.

Contributors ✨