Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 920 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 920 Bytes

Litogen

Litogen is an acronym for Lively Token Generator, which is a tool designed to generate ERC20 tokens with specific features. These features include the ability to be taxable, lockable, and have the option to pause both individual accounts and the entire contract. These functionalities have already been defined and implemented. Additionally, Litogen includes an Asset Manager, which facilitates the distribution of tokens to Ethereum externally owned accounts (EOAs) instead of traditional wallet addresses.

Installation

  1. Clone this repository:
git clone https://github.com/Livelyverse/litogen.git 
  1. Install NPM packages:
cd litogen
yarn install

Run tests:

yarn test

Author

This example implementation was written by Sina Tadadyon.

License

MIT license. See the license file. Anyone can use or modify this software for their purposes.