From ecf746cb83a9bdd4db4e7a81ebd3bb10951ada01 Mon Sep 17 00:00:00 2001 From: goureshxi <72197671+goureshxi@users.noreply.github.com> Date: Thu, 1 Oct 2020 15:32:52 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9791a71..127d690 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ This is a Python script to accept cryptocurrencies payment for website owner. -The program is very simple, It basically allow the website owner to creates DEPOSIT wallets for USERS or CLIENTS, and save them into a DATABASE. +The program is very simple, It basically allow the website owner to creates DEPOSIT wallets for USERS or CLIENTS, and save them into a DATABASE which could be ethier self +or been predefined by the user. It works with all the coins that use a BITCOIN core clone wallet client. The code published is based on CLAM coin.