Skip to content

Foxtrot-Command/private-contract

Repository files navigation

code style: prettier license npm version

Public Private(2) Sale Smart contract

  • Min amount buy amount 50 $BUSD
  • TGE 8%
  • Cliff 3 months
  • 7,66% vesting monthly

Overview

On-Chain vesting scheme enabled by smart contracts.

FoxtrotPrivateSale contract can release its token balance gradually like a typical vesting scheme, with a cliff and vesting period.

📦 Installation

$ yarn

⛏️ Compile

$ yarn compile

This task will compile all smart contracts in the contracts directory. ABI files will be automatically exported in artifacts/contracts/~ directory.

📚 Documentation

Documentation is auto-generated after each build in docs directory.

The generated output is a static website containing smart contract documentation.

⛓ Local Chain

$ yarn nodo

🌡️ Testing

$ yarn test

📊 Code coverage

$ yarn coverage

The report will be printed in the console and a static website containing full report will be generated in coverage directory.

✨ Code style

$ yarn prettier

💻 Verify & Publish contract source code

$ npx hardhat verify --network bsc $CONTRACT_ADDRESS $CONSTRUCTOR_ARGUMENTS

Or you can use the script for autodeploy

$ npx hardhat scripts/deployPrivateSale.ts

📄 License

Token Vesting Contracts is released under the Apache-2.0.

About

Smart Contracts to manage investments and vesting

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published