Skip to content

General purpose vesting smart contract written in ink!

Notifications You must be signed in to change notification settings

0xf333/ink-vesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Vesting smart contract

General purpose vesting smart contract written in ink!

Prerequisites

  • Rust

Install ink contract compiler

rustup component add rust-src && cargo install --force --locked cargo-contract

Compile the vesting contract

Navigate to the vesting contract directory

cd vesting 

and then compile the contract.

cargo contract build
  1. Build artifacts will be located in target/ink directory.
  2. Use vesting.contract file to deploy the contract.
  3. See code comments for detials on how each public function works.

Note :

This smart contract should be audited before deploying to mainnet.

About

General purpose vesting smart contract written in ink!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages