👩🏭Create a Web Dapp
Clone the sample application to get started.
Last updated
cd react-sdk-sampleyarn installbrew install mkcert
mkcert -install
mkcert dev.kinto.xyz localhost 127.0.0.1 ::1
// You should see something like this
The certificate is at "./dev.kinto.xyz+3.pem" and the key at "./dev.kinto.xyz+3-key.pem" ✅sudo nano /etc/hosts
// Add the following line and save the file
127.0.0.1 dev.kinto.xyzyarn start