Skip to content

solv-finance/solv-v2-ivo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solv-v2-ivo

Solv Protocol is the decentralized platform for creating, managing and trading Financial NFTs.

This repository contains the core smart contracts for IVO (Initial Voucher Offering) on SOLV offering marketpalce.

Structure

commons

commons contains the common modules used for other smart contracts.

  • solidity-utils: A library for smart contract development, including authority management, token transferring, string converter, etc.

  • upgrade-proxy: Smart contracts for the upgrade proxy pattern, introduced from Openzeppelin.

  • solver: The global manager of SOLV products, controlling and verifying user permissions to operate on SOLV vouchers as well as SOLV markets.

vouchers

vouchers contains smart contracts for a collection of different kind of Vouchers, along with the standard implementations of VNFT(ERC-3525) and Voucher.

  • vnft-core: Describes the basic and optional interfaces for VNFT, as well as a standard implementation of VNFT.

  • voucher-core: Describes a standard implementation of a basic Voucher as the template to create Vouchers for different scenarios.

  • flexible-date-vesting-voucher: Contains smart contracts for the Flexible Date Vesting Voucher, which is used to represent a vesting plan with an undetermined start date. Once the date is settled, you will get a standard Vesting Voucher as the Voucher described.

markets

markets contains smart contracts for the SOLV offering markets.

  • offering-market-core: Core implementation of an offering market, which can be used as a template to create offering markets for different vouchers.

  • vesting-offering-market: Contains smart contracts for the Vesting Offering Market, which is used for the IVO of standard Vesting Vouchers as well as Flexible Date Vesting Vouchers.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published