decanus / dynamic-vault

Vault to easily support multiple token standards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic Vault

THIS IS A PROOF OF CONCEPT AND NOT INTENDED FOR PRODUCTION USE

This smart contract allows for a vault to support multiple token standards without requiring an update of the entire vault, this is done by enabling plugable connectors.

Token Connectors

Allow for the implementation of multiple token standards, deposit logic is handled dynamically for these specified connectors. Where the withdraw logic conforms to an interface.

About

Vault to easily support multiple token standards

License:GNU General Public License v3.0


Languages

Language:Solidity 95.8%Language:JavaScript 4.2%