Skip to content

dextracker/Upstate-Solidity-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time Locked Token Distribution Contract

TimeLockTransfer.sol

This contract defines a Token that can only be transfered given a input startTime and endTime.

Contribution.sol

This contract creates a TimeLockTransfer mint, and mints an appropriate amount of tokens based on the amount of ETH deposited into the contract.

How To Run

To compile the contracts and run test please do the following:

yarn (at the project root)

npx hardhat test (to run the tests and compile the contracts)

About

This repository contains a time locked transfer token and a contributions token contract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published