- → Introduction
- 1. NomaSign Account
- 2. Integration Account
- 3. Signing Template
- 4. Refresh Token
- 5. Clone Example App
- 6. Webhooks
Clone the Example App
The example app is a runnable .NET + React integration that wires together everything from the previous steps — token exchange, sending a template, and webhook verification. Clone it, drop in your credentials, and run it locally.
git clone https://github.com/Nomasign/IntegrationExamples.gitFollow the README in the repo to configure your refresh token and run the backend and frontend.