Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 367 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 367 Bytes

Float Capital Contracts

https://float.capital

setup

yarn

tests

All tests

Requires node v14+ for truffle tests

yarn test

Only truffle tests

yarn test-truffle

Only waffle tests

yarn test-waffle

Deploy contracts

npm i -g truffle

Run the truffle console: truffle develop

Once inside the truffle console, run: migrate