Add cic cli
This commit is contained in:
parent
e4a85a9cac
commit
be12809aeb
@ -34,6 +34,7 @@ The examples below assume working directory of the cic-staff-installer repositor
|
|||||||
To use against the cic-stack docker-compose local cluster:
|
To use against the cic-stack docker-compose local cluster:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
export RPC_PROVIDER=http://localhost:63545
|
||||||
export CIC_ROOT_URL=file://`pwd`/var
|
export CIC_ROOT_URL=file://`pwd`/var
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ amqp==2.6.1
|
|||||||
asn1crypto==1.4.0
|
asn1crypto==1.4.0
|
||||||
attrs==21.2.0
|
attrs==21.2.0
|
||||||
billiard==3.6.4.0
|
billiard==3.6.4.0
|
||||||
|
cbor2==5.4.1
|
||||||
celery==4.4.7
|
celery==4.4.7
|
||||||
certifi==2021.10.8
|
certifi==2021.10.8
|
||||||
cffi==1.14.6
|
cffi==1.14.6
|
||||||
@ -10,8 +11,9 @@ chainlib==0.0.13
|
|||||||
chainlib-eth==0.0.13
|
chainlib-eth==0.0.13
|
||||||
chainsyncer==0.0.7
|
chainsyncer==0.0.7
|
||||||
charset-normalizer==2.0.7
|
charset-normalizer==2.0.7
|
||||||
|
cic==0.0.2
|
||||||
cic-cache==0.3.0a2
|
cic-cache==0.3.0a2
|
||||||
cic-eth-registry==0.6.1
|
cic-eth-registry==0.6.2
|
||||||
cic-types==0.2.1a5
|
cic-types==0.2.1a5
|
||||||
clicada==0.0.1a9
|
clicada==0.0.1a9
|
||||||
coincurve==15.0.0
|
coincurve==15.0.0
|
||||||
@ -21,7 +23,7 @@ cytoolz==0.11.0
|
|||||||
erc20-faucet==0.3.2
|
erc20-faucet==0.3.2
|
||||||
eth-accounts-index==0.1.2
|
eth-accounts-index==0.1.2
|
||||||
eth-address-index==0.2.4
|
eth-address-index==0.2.4
|
||||||
eth-contract-registry==0.6.3
|
eth-contract-registry==0.7.2
|
||||||
eth-erc20==0.1.2
|
eth-erc20==0.1.2
|
||||||
eth-hash==0.3.2
|
eth-hash==0.3.2
|
||||||
eth-token-index==0.2.4
|
eth-token-index==0.2.4
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
cic-cache==0.3.0a2
|
cic-cache==0.3.0a2
|
||||||
clicada==0.0.1a9
|
clicada==0.0.1a9
|
||||||
|
cic==0.0.2
|
||||||
|
Loading…
Reference in New Issue
Block a user