forked from uuosio/eos-with-evm
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
38 lines (38 loc) · 1.25 KB
/
.gitmodules
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
[submodule "libraries/chainbase"]
path = libraries/chainbase
url = https://github.com/eosio/chainbase
ignore = dirty
[submodule "libraries/appbase"]
path = libraries/appbase
url = https://github.com/eosio/appbase
ignore = dirty
[submodule "libraries/softfloat"]
path = libraries/softfloat
url = https://github.com/eosio/berkeley-softfloat-3
[submodule "libraries/fc"]
path = libraries/fc
url = https://github.com/uuosio/fc
[submodule "libraries/wabt"]
path = libraries/wabt
url = https://github.com/EOSIO/wabt
[submodule "libraries/yubihsm"]
path = libraries/yubihsm
url = https://github.com/Yubico/yubihsm-shell
[submodule "libraries/eos-vm"]
path = libraries/eos-vm
url = https://github.com/eosio/eos-vm
[submodule "eosio-wasm-spec-tests"]
path = eosio-wasm-spec-tests
url = https://github.com/EOSIO/eosio-wasm-spec-tests
[submodule "externals/boost"]
path = externals/boost
url = https://github.com/uuosio/boost
[submodule "externals/magic_get"]
path = externals/magic_get
url = https://github.com/EOSIO/magic_get
[submodule "externals/aleth"]
path = externals/aleth
url = https://github.com/learnforpractice/evm4eosio
[submodule "externals/eosio.contracts"]
path = externals/eosio.contracts
url = https://github.com/eosio/eosio.contracts