Skip to content

StarkNet ERC20 token vesting smart contracts

License

Notifications You must be signed in to change notification settings

Carbonable/starkvest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ✨

About

StarkNet ERC20 token vesting smart contracts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Cairo 86.1%
  • Shell 13.9%