Skip to content

bosagora/dms-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DMS Bridge

Install NodeJS

https://nodejs.org/en/download

Install yarn

npm install -g yarn

Install Project

git clone https://github.com/bosagora/dms-bridge.git
cd dms-bridge
yarn install

Test Project

cd packages/contracts
cp -r env/.env.sample env/.env
yarn run test