Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go kosu/rpc docs #176

Merged
merged 15 commits into from Aug 1, 2019

adding docs scripts to package.json

  • Loading branch information
hrharder committed Aug 1, 2019
commit 8c44f3d92104bf1cfd7b80e3be5e85f02f2290c9
@@ -7,10 +7,14 @@
"license": "MIT",
"scripts": {
"build": "yarn abigen && make",
"abigen": "jq '.compilerOutput.abi' node_modules/@kosu/system-contracts/generated-artifacts/EventEmitter.json | abigen --abi - --pkg witness --type EventEmitter -out witness/event_emitter.go"
"abigen": "jq '.compilerOutput.abi' node_modules/@kosu/system-contracts/generated-artifacts/EventEmitter.json | abigen --abi - --pkg witness --type EventEmitter -out witness/event_emitter.go",
"docs": "yarn docs:clean && yarn docs:setup && yarn docs:rpc",
"docs:clean": "rm -rf ./docs/",
"docs:setup": "mkdir -p ./docs",
"docs:rpc": "make -s rpcdocs > docs/kosu_rpc.md"
},
"config": {},
"dependencies": {
"@kosu/system-contracts": "^0.1.1"
"@kosu/system-contracts": "^0.1.5"
}
}
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.