decentralized-identity / element

DID Method implementation using the Sidetree protocol on top of Ethereum and IPFS
https://element-did.com/
Apache License 2.0
102 stars 28 forks source link

Command to generate .runtimconfig.json does not work inside docker container. #212

Open kc1116 opened 3 years ago

kc1116 commented 3 years ago

I am using the element docker image gjgd/element-api and overriding the CMD so that I can generate the .runtimeconfig.json file before starting the container. The script fails because of this line here , because the current directory is not a git repo. A workaround I have done is to create the config file manually. Can you either remove this step or add documentation around the structure of the .runtimeconfig.json and where it belongs.

gjgd commented 3 years ago

Hi @kc1116 ! This repo is no longer maintained, we will archive it soon.

There is a new version of element here: https://github.com/transmute-industries/sidetree.js Exposing a docker container for individual did methods is on the roadmap, but feel free to submit a PR if you need it sooner

kc1116 commented 3 years ago

I'm confused, so there is no element api and app anymore just a js lib ?