mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-24 02:25:09 +00:00
Adding a sample application workflow to demonstrate the chaincodes, similar to the WIP PR for basic go-application (https://github.com/hyperledger/fabric-samples/pull/211). Plan is for app.js to replace query.js & invoke.js, to simplify and document-in-code the app workflow of this sample. Bugfix: `createAsset` param sequence updated to match the chaincode-go `CreateAsset`. Signed-off-by: Sijo Cherian <sijo@ibm.com>
19 lines
238 B
Text
19 lines
238 B
Text
# Emacs backup files
|
|
*~
|
|
*#
|
|
.#*
|
|
# Vim file artifacts
|
|
.*.sw*
|
|
# installed platform-specific binaries
|
|
/bin
|
|
/config
|
|
.DS_Store
|
|
.project
|
|
# omit Go vendor directories
|
|
vendor/
|
|
|
|
# Dependency/Build/IDE directories
|
|
node_modules
|
|
.vscode
|
|
.gradle
|
|
.idea
|