Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 670 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 670 Bytes

TradingVault

TradingVault that user can deposit/withdraw his asset to trade.

Deploy to Ropsten

You need .secret file to deploy to testnet with your mnemonic.

# Deploy
truffle deploy --network ropsten

# Interact
truffle console --network ropsten --verbose-rpc

Deploy to Mumbai testnet (MATIC)

# Deploy
truffle deploy --network matic

Unit Test

truffle test