https://github.com/make-software/csprclick-examples
Examples of CSPR.click integrations for different libraries/frameworks
https://github.com/make-software/csprclick-examples
blockchain casper-network dapp-development dotnet examples html
Last synced: 8 months ago
JSON representation
Examples of CSPR.click integrations for different libraries/frameworks
- Host: GitHub
- URL: https://github.com/make-software/csprclick-examples
- Owner: make-software
- License: apache-2.0
- Created: 2024-01-10T10:43:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T15:53:41.000Z (over 1 year ago)
- Last Synced: 2025-04-03T07:21:51.804Z (about 1 year ago)
- Topics: blockchain, casper-network, dapp-development, dotnet, examples, html
- Language: CSS
- Homepage: https://cspr.click
- Size: 1.41 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# CSPR.click Examples
This repository contains some examples of CSPR.click integrations for different libraries/frameworks.
If you're using React, we recommend you to start your project from our template. Follow the instructions in this [guide](https://docs.cspr.click/ui-sdk/getting-started-with-the-template-application).
### Only HTML / Javascript
This is an example of how to integrate CSPR.click into an application independently of the chosen library or framework.
Location: `./csprclick-html`
### ASP.NET Core Blazor
An example of how to integrate CSPR.click in your ASP.NET Core Blazor application (.NET 8).
Location: `./csprclick-blazor`
### NextJS (SSR)
You can integrate CSPR.click in a Next JS application that uses Server Side Rendering by using CSPR.click NextJS template.
Thanks to [thebadking](https://github.com/thebadking) and [@Charlie85270](https://github.com/Charlie85270) for this contribution!
Location: https://github.com/make-software/csprclick-nextjs-template