Skip to content

universal9622/BEM-token

Repository files navigation

BemToken & ERC20StakingPool Project

Overview: This project consists of a suite of smart contracts designed for the BemToken ecosystem, focusing on ERC20 token functionalities including dynamic emission, token vesting, and a staking pool for rewarding ERC20 stakers with ERC20 tokens periodically and continuously. The core contracts in this project are BemToken, which implements an ERC20 token with additional features such as dynamic emission and airdrops, and ERC20StakingPool, a modern, gas-optimized staking contract for rewarding token stakers.

Features:

BemToken Contract: Implements an ERC20 token with functionalities like initial minting, monthly token burn, external transfers, and claimable airdrops using Merkle Proofs.

Dynamic Emission: Adjusts the token emission rate based on external inputs or predefined logic to ensure flexible token supply management.

Token Vesting: Allows setting up vesting schedules for tokens to be distributed over a predefined period, enhancing token distribution security and predictability.

ERC20 Staking Pool: Enables token holders to stake their tokens to earn rewards over time, with features to stake, withdraw, and claim rewards seamlessly.

Foundry

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.

Documentation

https://book.getfoundry.sh/

Usage

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

Gas Snapshots

$ forge snapshot

Anvil

$ anvil

Cast

$ cast <subcommand>

Help

$ forge --help
$ anvil --help
$ cast --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published