Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 648 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 648 Bytes

Origination Terminal

Description

Interface for creating and managing token sale listings

Projects can use the Origination Terminal to create a token listing and select any number of sale options, such as specifying vesting terms, whitelisting addresses, a reserve amount, a sliding price scale (ascending and descending).

Listings created through this interface will pay a small fee for the listing, and a small percentage for any token sale.

Development instructions

--- Run npm i beforehand --- --- cp .env.example .env and set up the variables ---

To compile:
npx hardhat compile
To run tests:
npx hardhat test