App examples
Partial and full staking app
A partial and full ETH staking app powered by our our fully self-serviceable Staking API with no gated onboarding.
Coinbase StakeMyETH | Backend
Prerequisites
Installation
- Fill in the environment variables in the
.env
file, refer to the.env.example
file for the required variables. - Create a CDP API key and save it as
cdp_api_key.json
in the root of the repository, refer to cdp_api_key.example.json.
Usage (in development mode)
Start the Express Server
Usage (in production mode)
Build the project
Start the Express Server
Coinbase StakeMyETH | Frontend
Prerequisites
- Git
- NodeJs
- pnpm
Getting Started
- Install dependencies
- Fill in the environment variables in the
.env
file, refer to the.env.example
file for the required variables.