/long-vault

A time-based token vault.

Primary LanguageJavaScriptMIT LicenseMIT

long-vault-contracts

LongVault Smart Contracts

Time-locked ether & token vaults: a way to give & invest in others.

LongVault React App Frontend: long-vault

Local Development

  • Start local blockchain using truffle develop:
    • npx truffle develop
  • Deploy contracts via truffle migrations:
    • npx truffle migrate

TODOs

Migration from Truffle to Hardhat

Fix LongVaultFactory create2 revert

  • Once migrated to hardhat, reference OpenZeppelin Clones workshop contracts to fix LongVaultFactory use of Clones.cloneDeterministic()