osarrouy / mesa-script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PrimeDAO Token Sale

A set of scripts to deploy token sales on MESA.

Installation

git clone https://github.com/osarrouy/mesa-script.git
cd mesa-script && npm install

Usage

1. Parametrize

Token sale parameters are defined in scripts/lib/constants.js. Update TOKEN_ID, TOKEN_SYMBOL, ORDERS, START_DATE and END_DATE according to your sale.

3. Run the script

npm run params:extract

About


Languages

Language:JavaScript 100.0%