{"id":18269278,"url":"https://github.com/gjeanmart/loom-docker","last_synced_at":"2025-04-04T23:31:19.138Z","repository":{"id":95407685,"uuid":"143031486","full_name":"gjeanmart/loom-docker","owner":"gjeanmart","description":"Run a Loom Network dAppChain with Docker","archived":false,"fork":false,"pushed_at":"2018-08-03T10:38:24.000Z","size":24203,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T20:17:44.307Z","etag":null,"topics":["docker","ethereum","loomnetwork","sidechain"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gjeanmart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-31T15:13:42.000Z","updated_at":"2020-11-18T12:35:07.000Z","dependencies_parsed_at":"2023-04-22T17:45:38.035Z","dependency_job_id":null,"html_url":"https://github.com/gjeanmart/loom-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjeanmart%2Floom-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjeanmart%2Floom-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjeanmart%2Floom-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjeanmart%2Floom-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gjeanmart","download_url":"https://codeload.github.com/gjeanmart/loom-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266475,"owners_count":20910831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","ethereum","loomnetwork","sidechain"],"created_at":"2024-11-05T11:35:31.318Z","updated_at":"2025-04-04T23:31:19.133Z","avatar_url":"https://github.com/gjeanmart.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# loom-docker\n\nA docker container to run a Loom dAppChain\n\n## Getting started\n\n1. Write your smart contract into a folder \"/workspace/foo/MySideChainContract.sol\"\n\n2. Start the dAppchain\n```\ndocker run -it \\ \n    -p 46656:46656 -p 46657:46657 -p 46658:46658 -p 9999:9999 \\\n    -v /workspace/foo:/loom/contracts \\\n    -e CONTRACT_NAME=MySideChainContract \\\n     gjeanmart/loom-docker\n```\n\n\n## Samples\n\nCheckout the code in https://github.com/gjeanmart/loom-docker/tree/master/samples\n\n### Simple Storage\n\n```\ndocker run -it \\ \n    -p 46656:46656 -p 46657:46657 -p 46658:46658 -p 9999:9999 \\\n    -v /path/to/loom-docker/samples/SimpleStorage:/loom/contracts \\\n    -e CONTRACT_NAME=SimpleStorage \\\n     gjeanmart/loom-docker\n```\n\n\n### Simple Social Network\n\nBased on this example: https://loomx.io/developers/docs/en/simple-social-network-example.html\n\n```\n$ docker-compose build \n$ docker-compose up\n```\n\nOpen the browser on `http://localhost:8080`\n\n\n\n## TODO List\n\n- Manage multi-file contracts\n- Manage peers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgjeanmart%2Floom-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgjeanmart%2Floom-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgjeanmart%2Floom-docker/lists"}