Rename urbit to testnet in package json and readme (#17)

This commit is contained in:
Nabarun Gogoi 2024-07-11 12:01:10 +05:30 committed by GitHub
parent b6b7dd76b1
commit 0b6ec3bd98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -1,18 +1,18 @@
# urbit-onboarding-app # testnet-onboarding-app
React app for onboarding to Urbit chain with Ethereum/Cosmos key attestation React app for onboarding participants to laconicd chain with Ethereum/Cosmos key attestation
## Setup for urbit-onboarding-app ## Setup for testnet-onboarding-app
1. Clone the repository 1. Clone the repository
``` ```
git clone git@github.com:deep-stack/urbit-onboarding-app.git git clone git@github.com:deep-stack/testnet-onboarding-app.git
``` ```
2. Enter the project directory 2. Enter the project directory
``` ```
cd urbit-onboarding-app cd testnet-onboarding-app
``` ```
3. Install dependencies 3. Install dependencies

View File

@ -1,5 +1,5 @@
{ {
"name": "urbit-onboarding-app", "name": "testnet-onboarding-app",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {