Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 716 Bytes

Readme.md

File metadata and controls

13 lines (12 loc) · 716 Bytes

UNDER CONSTRUCTION

Welcome, this repository contains the contracts for managing Tokenomics for any project!

contracts/
  | - - - sale/             // contracts to facilitate public and whitelist based sales 
  | - - - staking/          // modified synthetix staking contract and a locked staking contract 
  | - - - vesting/          // vesting with flexible schedules
  | - - - roles/            // NFT contracts for subscriptions and role based access  
  | - - - proxyAndClones/   // openzeppelin ownable and context reworked for clones
  | - - - mocks/            // mocks for testing
  | - - - Factory.sol       // contract factory to deploy clones of vesting and sale contract