forked from galens/myCoinWallet
-
Notifications
You must be signed in to change notification settings - Fork 6
/
README
34 lines (26 loc) · 1 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Fork de myCoinWallet avec quelques modifications :
Version 0.1.3
- Ajout création de compte
Version 0.1.2
- Choix utilisateur changement d'adresse/transaction
- Ajout gestion des Fee Blockchain lors d'un envoi
- Diverses traduction Français
- Ajout d'un retour en index.php si session HS
- Affichage de toutes les adresses associé au compte
Version 0.1.1
- Ajout fichier INSTALL
- Corrections Bug config.php
- Ajout de contact.php
FORK Version 0.1
- Ajout d'un index.php pour Login
- Ajout d'un logout.php pour Logout
- Ajout de session_start() afin de pouvoir utiliser $_SESSION
- Ajout d'un DBConnect.php pour connection à une BDD type Mysql/MariaDB
- Suppression de l'image inexistante en entête
***Cette version sera progressivement traduite en Français.***
A Venir
- Multi Coins
- Cryptage BDD
This is a basic php bitcoin wallet that uses the jsonRPCClient and curl to interface with the bitcoin client.
It currently can create addresses, send and receive coins.
This can easily be adopted to any altcoin.