Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 425 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 425 Bytes

Monorail Contracts

Installation

Run clone the repo and run nvm install && nvm use && npm install if you have nvm installed. If you don't ensure that you have the proper version in .nvmrc set and run npm install.

Deployment

Deploy to Testnet

chmod +x ./deploy.sh && deploy.sh testnet

Deploy to Mainnet

chmod +x ./deploy.sh && deploy.sh

Testing

forge test