diff --git a/README.md b/README.md index 48538b4..e215aed 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -# The Rouge Project - experimental code for the demo coupon platform +# The Rouge Project - beta code factory and campaign contracts to be used with the RGE token -This repository contains Solidity smart contract code about the coupon platform built by the Rouge Project. +The Rouge token [RGE] has be audited but not yet the factory. Please do your own due diligences if you +decide to use this code on the Ethereum mainnet. You may lose your RGE deposit. -WARNING : this is EXPERIMENTAL and NON AUDITED code. ONLY use for TESTS purpose (on a testnet!) +WARNING : this NON AUDITED code. Use on testnet or with extreme caution. This version contains very preliminary skeleton for coupons that are managed on the Ethereum blockchain. diff --git a/package.json b/package.json index a292754..f5d2203 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,14 @@ { - "name": "Rouge-Coupon-Demo", - "version": "0.0.1", - "description": "The Rouge Project coupon platform demo", + "name": "Rouge-Protocol", + "version": "0.4.3", + "description": "The Rouge Project - Note and Voucher Protocol", "main": "", "keywords": [ - "ethereum", "coupon" + "ethereum", "coupon", "voucher", "ticket" ], "authors": [ - "Valentin D. Guillois " + "Christophe Le Bars ", + "Valentin D. Guillois " ], "license": "AGPL", }