Introduction
Architecture
Minimal setup helps web developers from any level start building DApps instantly.
Data structure and transaction execution details are hidden from developers, just use GraphQL and focus on app logic.
Bitcoin and Ethereum is supported by now, and we are working on adding more.
# install
yarn global add @arcblock/ocap-cli
# OR npm install -g @arcblock/ocap-cli
# bootstrap a project
ocap dapp:create
# start writing
ocap dapp:start
# get ready for deployment
ocap dapp:build
WARNING
@arcblock/ocap-cli requires Node.js 10.x.