deadalus-labs / deadalus-contracts

0 stars 0 forks source link

Implement Fraction Vault Factory #1

Open linear[bot] opened 7 months ago

linear[bot] commented 7 months ago

The fraction vault factory should manage the logic of a user depositing their ownership of the Counter contract.

  1. User deposits Counter Contract into the Fraction Vault
  2. ERC20 contract is deployed for the Counter and the number of tokens are determined based upon the time frame
  3. An event should be logged
  4. Implement custom storage that will allow the frontend to read the contract data and display data for a user
linear[bot] commented 7 months ago
STK-14 Implement Fraction Vault Factory

The fraction vault factory should manage the logic of a user depositing their ownership of the Counter contract. 1. User deposits Counter Contract into the Fraction Vault 2. ERC20 contract is deployed for the Counter and the number of tokens are determined based upon the time frame 3. An event should be logged 4. Implement custom storage that will allow the frontend to read the contract data and display data for a user