/vrtdex-sei-v2-contracts

Primary LanguageSolidityGNU General Public License v3.0GPL-3.0

VRTDex Sei V2 Smart Contracts

1. Environment

Please check node version and npm version and install the correct version.

node v18.18.2
npm 9.8.1

2. Config .env file

Please copy .env.example to .env and copy your MNEMONIC and MNEMONIC_PASSWORD.

MNEMONIC='your mnemonic'
MNEMONIC_PASSWORD='your password'

3. Install packages

npm install

4. Deploy Smart Contracts

npm run deploy