File tree 6 files changed +62
-0
lines changed
6 files changed +62
-0
lines changed Original file line number Diff line number Diff line change
1
+ This source code is being disclosed to you solely for the purpose of your participation in
2
+ testing Zilliqa. You may view, compile and run the code for that purpose and pursuant to
3
+ the protocols and algorithms that are programmed into, and intended by, the code. You may
4
+ not do anything else with the code without express permission from Zilliqa Research Pte. Ltd.,
5
+ including modifying or publishing the code (or any part of it), and developing or forming
6
+ another public or private blockchain network. This source code is provided ‘as is’ and no
7
+ warranties are given as to title or non-infringement, merchantability or fitness for purpose
8
+ and, to the extent permitted by law, all liability for your use of the code is disclaimed.
9
+ Some programs in this code are governed by the GNU General Public License v3.0 (available at
10
+ https://www.gnu.org/licenses/gpl-3.0.en.html) (‘GPLv3’). The programs that are governed by
11
+ GPLv3.0 are those programs that are located in the folders src/depends and tests/depends
12
+ and which include a reference to GPLv3 in their program files.
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2018 Zilliqa
2
+ // This source code is being disclosed to you solely for the purpose of your participation in
3
+ // testing Zilliqa. You may view, compile and run the code for that purpose and pursuant to
4
+ // the protocols and algorithms that are programmed into, and intended by, the code. You may
5
+ // not do anything else with the code without express permission from Zilliqa Research Pte. Ltd.,
6
+ // including modifying or publishing the code (or any part of it), and developing or forming
7
+ // another public or private blockchain network. This source code is provided ‘as is’ and no
8
+ // warranties are given as to title or non-infringement, merchantability or fitness for purpose
9
+ // and, to the extent permitted by law, all liability for your use of the code is disclaimed.
10
+
1
11
var browserify = require ( 'browserify' ) ;
2
12
var gulp = require ( 'gulp' ) ;
3
13
var source = require ( 'vinyl-source-stream' ) ;
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2018 Zilliqa
2
+ // This source code is being disclosed to you solely for the purpose of your participation in
3
+ // testing Zilliqa. You may view, compile and run the code for that purpose and pursuant to
4
+ // the protocols and algorithms that are programmed into, and intended by, the code. You may
5
+ // not do anything else with the code without express permission from Zilliqa Research Pte. Ltd.,
6
+ // including modifying or publishing the code (or any part of it), and developing or forming
7
+ // another public or private blockchain network. This source code is provided ‘as is’ and no
8
+ // warranties are given as to title or non-infringement, merchantability or fitness for purpose
9
+ // and, to the extent permitted by law, all liability for your use of the code is disclaimed.
10
+
1
11
var zLib = require ( './lib/zLib' )
2
12
3
13
if ( typeof window !== 'undefined' && typeof window . zLib === 'undefined' ) {
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2018 Zilliqa
2
+ // This source code is being disclosed to you solely for the purpose of your participation in
3
+ // testing Zilliqa. You may view, compile and run the code for that purpose and pursuant to
4
+ // the protocols and algorithms that are programmed into, and intended by, the code. You may
5
+ // not do anything else with the code without express permission from Zilliqa Research Pte. Ltd.,
6
+ // including modifying or publishing the code (or any part of it), and developing or forming
7
+ // another public or private blockchain network. This source code is provided ‘as is’ and no
8
+ // warranties are given as to title or non-infringement, merchantability or fitness for purpose
9
+ // and, to the extent permitted by law, all liability for your use of the code is disclaimed.
10
+
1
11
var util = require ( './util' )
2
12
var validateArgs = util . validateArgs
3
13
var $ = require ( 'jquery' )
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2018 Zilliqa
2
+ // This source code is being disclosed to you solely for the purpose of your participation in
3
+ // testing Zilliqa. You may view, compile and run the code for that purpose and pursuant to
4
+ // the protocols and algorithms that are programmed into, and intended by, the code. You may
5
+ // not do anything else with the code without express permission from Zilliqa Research Pte. Ltd.,
6
+ // including modifying or publishing the code (or any part of it), and developing or forming
7
+ // another public or private blockchain network. This source code is provided ‘as is’ and no
8
+ // warranties are given as to title or non-infringement, merchantability or fitness for purpose
9
+ // and, to the extent permitted by law, all liability for your use of the code is disclaimed.
10
+
1
11
module . exports = {
2
12
3
13
// make sure each of the keys in requiredArgs is present in args
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2018 Zilliqa
2
+ // This source code is being disclosed to you solely for the purpose of your participation in
3
+ // testing Zilliqa. You may view, compile and run the code for that purpose and pursuant to
4
+ // the protocols and algorithms that are programmed into, and intended by, the code. You may
5
+ // not do anything else with the code without express permission from Zilliqa Research Pte. Ltd.,
6
+ // including modifying or publishing the code (or any part of it), and developing or forming
7
+ // another public or private blockchain network. This source code is provided ‘as is’ and no
8
+ // warranties are given as to title or non-infringement, merchantability or fitness for purpose
9
+ // and, to the extent permitted by law, all liability for your use of the code is disclaimed.
10
+
1
11
var Node = require ( './node' )
2
12
var util = require ( './util' )
3
13
var config = require ( './config.json' )
You can’t perform that action at this time.
0 commit comments