Getting Started Guide
LiquidLink allows arbitrary transaction signing on EVM based chains like Ethereum, Binance Smart Chain, and Polkadot's Moonbeam.
This box contains the LiquidLink example smart contract, DAPP Service Provider node logic, unit tests, dapp-client source code and examples.
mkdir sign-dapp-service; cd sign-dapp-service
# npm install -g @liquidapps/zeus-cmd
zeus box create
zeus unbox sign-dapp-service
zeus test -c
Last modified 2yr ago