forked from FAABSorg/FAABS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
36 lines (32 loc) · 1.49 KB
/
README
File metadata and controls
36 lines (32 loc) · 1.49 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
/***************************************************************************
* ________ ___ ___ ________ _______
* | ______/ / | \ | _____ \ / ______\
* | | / /| | |\ \ | | \ | | /
* | |____ / /_| | |_\ \ | |_____/ | | \______
* | ____| / ___ | ___ \ | _____ < \______ \
* | | / / | | | \ \ | | \ | \ |
* | | / / | | | \ \ | |_____/ | ______/ |
* |_| /_/ |_|_| \_\ |________/ \_______/
*
* Firearms Accountability Auditability Blockchain Solution
*
* (c) 2019 FAABS.org
* Jim Zubov <jz@FAABS.org>
*
* GNU General Public License v3
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
* copies of the Software, and permit persons to whom the Software is
* furnished to do so, under the terms of the COPYING file.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
***************************************************************************/
FAABS v. 0.502 alpha
/solidity : FAABS Solidity smart contracts
This is an alpha prototype of FAABS smart contracts.
The smart contracts have not been subjected to any thorough level of testing
or review. The code is expected to be revised and amended during further
testing and development.
The client side JS components are in development, the expected behavior of the
client side components is documented in the smart contract annotations.