mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
- default command should be start, rather than start:dev in the docker image - added a multistage build - fixed node-gyp error - removed dev dependencies - added a start:dotenv script to support a .env file in production (may be useful for k8s later) - updated Readme and generateEnv script to simplify the setup - updated external network in docker-compose.yaml to match the test network Signed-off-by: James Taylor <jamest@uk.ibm.com> |
||
|---|---|---|
| .. | ||
| scripts | ||
| src | ||
| .dockerignore | ||
| .env.sample | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierrc.json | ||
| demo.http | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| jest.config.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Asset Transfer REST API Sample
Prototype sample REST server to demonstrate good Fabric Node SDK practices