forked from recordins/recordin-EthereumJ-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.md
More file actions
executable file
·55 lines (34 loc) · 2.05 KB
/
README.md
File metadata and controls
executable file
·55 lines (34 loc) · 2.05 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Welcome to Record'in Blockchain Platform
# About
**Record'in** is a pure-java **Blockchain data and documents storage platform** based on Ethereum protocol ([Ethereumj](https://github.com/ethereum/ethereumj)).
It is designed to work for private or semi-public consortium governance models.
The additional features to a standard blockchain are:
- **Support for a data model** like in a standard database engine, with relations between objects
- **Authentication Layer**
- **Multi-level security layers based on ACLs** over object classes, user owned or individual objects
- **Support for external documents** storage
- **GDPR compliant**
It can work in a **standalone** or in a **multi-node networking** environement. Each node can have its own configuration:
- Share or not its users database, to allow login on other nodes or just on selected ones
- Share or not its external documents database, to allow cloning the documents on all nodes or just on selected ones
- Is a mining node
- Is a read only node
Record'in also provides the capability of building software modules able to extend the platform behaviour, **like any standard ERP**, for following actions on objects:
- validation (with the datamodel)
- create
- write
- delete
- check secutity
Finally, the platform provides access to the data an all the actions through 2 ways:
- **WEB interface**
- **REST-JSON** interfaces (the web interface relies on these URLs)
# Running Record'in
Just download the release from github: https://github.com/recordins/recordin/releases
Extract the archive, and run **recordin.sh** on Linux, or **recordin.bat** on Windows.
Then open your Internet browser, and go to the following URL: [http://localhost:8080](http://localhost:8080)
**Beaware** that the first time, the platform takes about 10mn to initiate.
Record'in requires at least IE 11 for the web interface to run correctly.
# Contact
You can find more informations and documentation on our website: [www.recordins.com](https://www.recordins.com).
# License
Record'in is released under the [AGPL-V3 license](LICENSE).