Add dockerfile, changelog

This commit is contained in:
nolash 2020-12-21 23:17:14 +01:00
parent 868f37c4ec
commit cd4f4a7131
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 12 additions and 0 deletions

9
Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM grassrootseconomics:bancor
ARG pip_extra_index_url=https://pip.grassrootseconomics.net:8433
COPY ./python/ ./eth-token-endorser
RUN cd eth-token-endorser && \
pip install --extra-index-url $pip_extra_index_url .

3
python/CHANGELOG Normal file
View File

@ -0,0 +1,3 @@
- 0.0.1
* Add token to metadata mapper contract
* Python deployer