@majora-finance/token
v0.0.5
Published
## Introduction Strateg Token is a custom ERC20 token based on OpenZeppelin contracts. It is designed to be non-transferable initially, with the ability to be made transferable by an administrator. The contract also utilizes OpenZeppelin's ERC20Permit and
Downloads
10
Readme
Strateg Token
Introduction
Strateg Token is a custom ERC20 token based on OpenZeppelin contracts. It is designed to be non-transferable initially, with the ability to be made transferable by an administrator. The contract also utilizes OpenZeppelin's ERC20Permit and ERC20FlashMint extensions.
Features
The contract is built upon OpenZeppelin's ERC20, ERC20Permit, and ERC20FlashMint contracts. The contract also implements AccessControl to manage user roles. The token is initially non-transferable and can be made transferable by an administrator. The token utilizes a multisig for administrative and transfer roles.
Installation
To use this contract in your project, you need to install the dependencies:
npm install @openzeppelin/contracts
Security Contact
For reporting security issues, please contact [email protected].
License
This project is licensed under the MIT License.