Last updated
Last updated
This document provides an overview of how to quickly get started with your dapp by cloning the React SDK sample application.
The is a JavaScript library designed to interact with Kinto's Ethereum Layer 2 solution, enabling fast and secure transactions. It has been designed to maximize security and speed and it has no dependencies (except typescript) and it does not include any UI or web3 framework. The demonstrates how to integrate and use the Kinto Wallet SDK in a real-world React application, in this case a counter contract that Kinto users can increase.
Before using the sample app, ensure you have:
Kinto Wallet: Create an account at .
Developer Account: Set up your developer account and application at .
Set the App Address: Use your main contract address as the app address in the app.
To get started with the sample app:
Clone the Repository
Navigate to the Project Directory
Install Dependencies
Create the certificate
You need to create a certificate to run the application locally under https
Set up local DNS
Modify your etc/hosts
file to set up a local redirection from localhost to dev.kinto.xyz
Start the Application
The Application should be up and running and you should see something like this:
Change the appAddress
in App.tsx
change the counterAddress
to your app address.
Now, you can connect your Kinto Wallet to your application and start sending transactions.
Make sure you modify the transaction methods like increaseCounter
to fit your custom contract.
Clone the sample application to get started.