Skip to content

This factory contract is designed for users of 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 exchange.

Notifications You must be signed in to change notification settings

enxtur/ethereum-wallet-factory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This factory contract is designed for users of 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 exchange.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published