Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Le Bars committed Jun 27, 2018
1 parent 9838282 commit d9670a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
"Christophe Le Bars <[email protected]>",
"Valentin D. Guillois <[email protected]>"
],
"license": "AGPL",
}

0 comments on commit d9670a9

Please sign in to comment.