Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 327 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 327 Bytes

ACC Bridge

Install NodeJS

https://nodejs.org/en/download

Install yarn

npm install -g yarn

Install Project

git clone https://github.com/acc-coin/acc-bridge.git
cd acc-bridge
yarn install

Test Project

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