Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Synthetixio/snx-v3-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synthetix V3 Prototype

To get started, first install dependencies at the root level:

npm install

Then, to use the peripheral package for testing and development, build the Cannonfile and run the local node:

npm run cannon-build
npm run local-chain

Finally, start the front-end application:

npm run dev