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

copy readme to docs folder

  • Loading branch information
hrharder committed Aug 1, 2019
commit 77c32952801bfb852ae4ae2e0f9224a49c98d587
@@ -10,7 +10,7 @@
"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:setup": "mkdir -p ./docs && cp README.md ./docs/",
"docs:rpc": "make -s rpcdocs > docs/kosu_rpc.md"
},
"config": {},
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.