Skip to content

easonliao1994/django_central_wallet

Repository files navigation

django_central_wallet

django_central_wallet is a centralized wallet project based on the Django framework. It provides a web interface for managing cryptocurrencies, allowing users to deposit, withdraw, and transfer their digital assets.

Installation

To use this project, you first need to install Django and other required dependencies. You can do this by running the following command:

pip install -r requirements.txt

Usage

To run django_central_wallet, you need to use the following command:

python manage.py runserver

This command will run the Django development server locally. You can then visit http://localhost:8000/admin in your browser to use the centralized wallet.

Features

django_central_wallet currently includes the following features (in progress):

  • Generate Ethereum addresses for users.
  • Support user deposits, including ERC20 tokens.
  • Support user withdrawals, including ERC20 tokens.

Contributing

Contributions to this project are welcome! To get started, fork the repository and create a new branch for your feature or bug fix. Once you've made your changes, submit a pull request for review.

License

MIT License

About

This is a centralized wallet project based on the Django framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published