Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 671 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 671 Bytes

wallet factory

This factory contract is designed for mega users of centralized exchanges. It allows you to create wallet contracts that can hold ERC20 tokens, ETH, and sweep their balance to the owner. These wallet contracts provide a convenient and secure way to manage and interact with your assets on a centralized exchange.

npm install -g truffle
npm install
npm test

Deploying

truffle dashboard
truffle migrate --network dashboard

Interact to the contract

with truffle web3

truffle exec src/with-truffle.js --network dashboard

without truffle

node src/without-truffle.js