accounts-index

Accounts index evm contract tooling with permissioned writes
Log | Files | Refs

ModeNameSize
-rw-r--r--.gitignore9L
-rw-r--r--.gitlab-ci.yml61L
-rw-r--r--Dockerfile28L
-rw-r--r--js/package-lock.json2680L
-rw-r--r--js/package.json20L
-rw-r--r--js/src/index.ts1L
-rw-r--r--js/src/registry.ts39L
-rw-r--r--js/test.ts25L
-rw-r--r--js/tsconfig.json21L
-rw-r--r--python/.coverage53248B
-rw-r--r--python/.coveragerc6L
-rw-r--r--python/.gitignore7L
-rw-r--r--python/CHANGELOG53L
-rw-r--r--python/CONTRIBUTORS1L
-rw-r--r--python/LICENSE661L
-rw-r--r--python/MANIFEST.in1L
-rw-r--r--python/eth_accounts_index/__init__.py1L
-rw-r--r--python/eth_accounts_index/data/AccountsIndex.bin1L
-rw-r--r--python/eth_accounts_index/data/AccountsIndex.json1L
-rw-r--r--python/eth_accounts_index/data/AccountsIndex.metadata.json1L
-rw-r--r--python/eth_accounts_index/interface.py158L
-rw-r--r--python/eth_accounts_index/registry.py66L
-rw-r--r--python/eth_accounts_index/runnable/add.py97L
-rw-r--r--python/eth_accounts_index/runnable/list.py121L
-rw-r--r--python/eth_accounts_index/runnable/publish.py88L
-rw-r--r--python/eth_accounts_index/unittest/__init__.py1L
-rw-r--r--python/eth_accounts_index/unittest/base.py38L
-rw-r--r--python/requirements.txt2L
-rw-r--r--python/run_tests.sh14L
-rw-r--r--python/setup.cfg47L
-rw-r--r--python/setup.py25L
-rw-r--r--python/test_requirements.txt2L
-rw-r--r--python/tests/test_app.py244L
-rw-r--r--solidity/AccountsIndex.sol167L
-rw-r--r--solidity/Makefile12L
-rw-r--r--solidity/test.py49L