Skip to content

Commit 87ac891

Browse files
authored
fix: Rename Testnet (#1363)
rename Testnet
1 parent 13dd31f commit 87ac891

7 files changed

Lines changed: 27 additions & 27 deletions

File tree

.github/TESTNET_architecture.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Interledger Testnet architecture diagram <!-- omit in toc -->
1+
# Interledger Test network architecture diagram <!-- omit in toc -->
22

3-
## Testnet Wallet & Testnet Boutique <!-- omit in toc -->
3+
## Test Wallet & Test Boutique e-commerce<!-- omit in toc -->
44

5-
<img src="https://github.com/interledger/testnet/assets/117268143/15beace6-357f-41dd-ab0f-406e060fea87" width="920" alt="Testnet architecture diagram">
5+
<img src="https://github.com/interledger/testnet/assets/117268143/15beace6-357f-41dd-ab0f-406e060fea87" width="920" alt="Test network architecture diagram">

.github/contributing.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Getting started <!-- omit in toc -->
44

5-
Thank you for contributing to Testnet, a Rafiki Playground :tada: Your contributions are essential to making this project better.
5+
Thank you for contributing to Test Network - Test Wallet and Test e-commerce, a Rafiki Playground :tada: Your contributions are essential to making this project better.
66

77
## Before you begin
88

@@ -16,7 +16,7 @@ Thank you for contributing to Testnet, a Rafiki Playground :tada: Your contribut
1616
- [:beetle: Issues](#beetle-issues)
1717
- [:hammer_and_wrench: Pull requests](#hammer_and_wrench-pull-requests)
1818
- [:books: Documentation](#books-documentation)
19-
- [Working in the testnet repository](#working-in-the-testnet-repository)
19+
- [Working in the test network repository](#working-in-the-testnet-repository)
2020
- [Labels](#labels)
2121
- [Code quality](#code-quality)
2222
- [Linting](#linting)
@@ -30,11 +30,11 @@ Thank you for contributing to Testnet, a Rafiki Playground :tada: Your contribut
3030

3131
## Types of contributions
3232

33-
You can contribute to Testnet in several ways.
33+
You can contribute to Test Wallet and e-commerce in several ways.
3434

3535
### :mega: Discussions
3636

37-
Discussions are where we have conversations about Testnet.
37+
Discussions are where we have conversations about Test network.
3838

3939
If you would like to discuss topics about the broader ecosystem, have a new idea, or want to show off your work - join us in [discussions](https://github.com/interledger/testnet/discussions).
4040

@@ -52,12 +52,12 @@ The team will review your pull request as soon as possible.
5252

5353
### :books: Documentation
5454

55-
The project is new and available Testnet documentation is a work in progress.
55+
The project is new and available Test network documentation is a work in progress.
5656

5757
Rafiki has started to maintain public-facing documentation on [rafiki.dev](https://github.com/interledger/rafiki.dev).
5858
A list of issues being tracked across the Interledger ecosystem (including rafiki) is maintained in the [Documentation project](https://github.com/orgs/interledger/projects/5/views/1).
5959

60-
## Working in the Testnet repository
60+
## Working in the Test network repository
6161

6262
This project uses `pnpm`. A list of steps for setting up a [local development environment](https://github.com/interledger/testnet#local-development-environment) can be found in the Readme.
6363

@@ -152,6 +152,6 @@ If you encounter any issues or have a feature request, please [create a new issu
152152
- Please respond to any feedback promptly and make necessary changes.
153153
- Once the PR is approved, it will be merged into the main branch.
154154

155-
Thank you for contributing to Testnet, a Rafiki Playground! We appreciate your time and effort in helping make Testnet better. Join our community on [Slack](https://communityinviter.com/apps/interledger/interledger-working-groups-slack) to connect with other contributors and stay updated on project developments.
155+
Thank you for contributing to Test network, a Rafiki Playground! We appreciate your time and effort in helping make Test Wallet and e-commerce better. Join our community on [Slack](https://communityinviter.com/apps/interledger/interledger-working-groups-slack) to connect with other contributors and stay updated on project developments.
156156

157157
Happy coding!

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Testnet
1+
# Test Network
22

3-
<a href="#what-is-testnet">
4-
<img src="https://user-images.githubusercontent.com/117268143/220323531-538238d2-f538-4ed5-be97-163e28ebc48f.jpg" width="920" alt="Testnet picture">
3+
<a href="#what-is-test-network">
4+
<img src="https://user-images.githubusercontent.com/117268143/220323531-538238d2-f538-4ed5-be97-163e28ebc48f.jpg" width="920" alt="Test wallet picture">
55
</a>
66

7-
## What is Testnet?
7+
## What is Test Network?
88

9-
Testnet (test network) is an open Interledger network working with test money designed for account servicing entities to test their Interledger integration.
9+
Test Network is an open Interledger network working with test money designed for account servicing entities to test their Interledger integration.
1010

11-
Testnet currently includes an Interledger test wallet application, an e-commerce application and in the near future, a bank application.
11+
Test Network currently includes an Interledger Test Wallet application, an e-commerce application and in the near future, a bank application.
1212

13-
If you are curious about the Interledger Testnet architecture diagram, then follow this [link](.github/TESTNET_architecture.md).
13+
If you are curious about the Interledger Test Wallet architecture diagram, then follow this [link](.github/TESTNET_architecture.md).
1414

15-
See Testnet in action:
15+
See Test Network in action:
1616

1717
- [Interledger Test Wallet](https://rafiki.money)
1818
- [Interledger Boutique](https://rafiki.boutique)
@@ -74,7 +74,7 @@ pnpm i
7474

7575
### Environment Variables
7676

77-
In order for the Rafiki Testnet playground to function, it is necessary to configure the environment variables appropriately. You must duplicate the example environment file, `.env.example`, into your local environment file, `.env`.
77+
In order for the Test Wallet and Test e-commerce playground to function, it is necessary to configure the environment variables appropriately. You must duplicate the example environment file, `.env.example`, into your local environment file, `.env`.
7878

7979
> **Note**
8080
> The local environment file (`.env`) is **NOT** tracked in the version control system, and should **NOT** be included in any commits.
@@ -93,7 +93,7 @@ To create a new Interledger Test Wallet account, a verification email will be se
9393
Cross-currency transactions are supported. To enable this functionality, you will need to register at [freecurrencyapi.com/](https://freecurrencyapi.com/) and update the `RATE_API_KEY` environment variable with your own API key.
9494
Currencies can be added in the `admin` environment. For example `assetCode` is `EUR`, `assetScale` is `2`, and you will need to add an amount to `liquidity`.
9595

96-
To have everything ready for `DEV` environment, we already set up some default values for Interledger Testnet, this way developers are ready to login without validation, and test e-commerce application without any additional setup:
96+
To have everything ready for `DEV` environment, we already set up some default values for Interledger Test Wallet, this way developers are ready to login without validation, and test e-commerce application without any additional setup:
9797

9898
- a `USD` asset set by default in the `admin` environment
9999
- a user with email address `dev@email.com` and password `123456`, with a `USD` account, payment pointer and test money
@@ -118,5 +118,5 @@ Upon executing the above command, the following will be available
118118
- Backend at [http://localhost:3003](http://localhost:3003)
119119
- Admin at [http://localhost:3012](http://localhost:3012)
120120

121-
- Interledger Boutique application
121+
- Interledger Boutique e-commerce application
122122
- [http://localhost:4004](http://localhost:4004)

packages/wallet/backend/src/email/templates/forgotPassword.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const getForgotPasswordEmailTemplate = (url: string): string => {
1010
<table style="margin-top:32px;text-align:center;" align="center" border="0" cellPadding="0" cellSpacing="0" role="presentation" width="100%">
1111
<tbody>
1212
<tr>
13-
<td><a href="https://rafiki.money" target="_blank"><img alt="Interledger Testnet" src="https://raw.githubusercontent.com/interledger/testnet/60ca629046f50e3ed47406fa2cb20c6abd34be2f/packages/wallet/backend/src/emailTemplates/images/InterledgerTestnet.png" width="160" height="57" style="outline:none;border:none;text-decoration:none" /></a></td>
13+
<td><a href="https://rafiki.money" target="_blank"><img alt="Interledger Test Wallet" src="https://raw.githubusercontent.com/interledger/testnet/60ca629046f50e3ed47406fa2cb20c6abd34be2f/packages/wallet/backend/src/emailTemplates/images/InterledgerTestnet.png" width="160" height="57" style="outline:none;border:none;text-decoration:none" /></a></td>
1414
</tr>
1515
</tbody>
1616
</table>
@@ -19,7 +19,7 @@ export const getForgotPasswordEmailTemplate = (url: string): string => {
1919
<tbody>
2020
<tr>
2121
<td>
22-
<img alt="Testnet Password" src="https://raw.githubusercontent.com/interledger/testnet/60ca629046f50e3ed47406fa2cb20c6abd34be2f/packages/wallet/backend/src/emailTemplates/images/KeyBird.png" width="120" height="96" style="outline:none;border:none;text-decoration:none" />
22+
<img alt="Test Wallet Password" src="https://raw.githubusercontent.com/interledger/testnet/60ca629046f50e3ed47406fa2cb20c6abd34be2f/packages/wallet/backend/src/emailTemplates/images/KeyBird.png" width="120" height="96" style="outline:none;border:none;text-decoration:none" />
2323
</td>
2424
</tr>
2525
<tr>

packages/wallet/backend/src/email/templates/verifyEmail.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const getVerifyEmailTemplate = (url: string): string => {
1010
<table style="margin-top:32px;text-align:center;" align="center" border="0" cellPadding="0" cellSpacing="0" role="presentation" width="100%">
1111
<tbody>
1212
<tr>
13-
<td><a href="https://rafiki.money" target="_blank"><img alt="Interledger Testnet" src="https://raw.githubusercontent.com/interledger/testnet/60ca629046f50e3ed47406fa2cb20c6abd34be2f/packages/wallet/backend/src/emailTemplates/images/InterledgerTestnet.png" width="160" height="57" style="outline:none;border:none;text-decoration:none" /></a></td>
13+
<td><a href="https://rafiki.money" target="_blank"><img alt="Interledger Test Wallet" src="https://raw.githubusercontent.com/interledger/testnet/60ca629046f50e3ed47406fa2cb20c6abd34be2f/packages/wallet/backend/src/emailTemplates/images/InterledgerTestnet.png" width="160" height="57" style="outline:none;border:none;text-decoration:none" /></a></td>
1414
</tr>
1515
</tbody>
1616
</table>

packages/wallet/frontend/src/components/onboarding/Onboarding.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const ONBOARDING_STEPS: StepWithIcon[] = [
2626
{
2727
// 0
2828
target: 'body',
29-
content: `Welcome to Testnet! Testnet is a Rafiki playground, where you can add multiple accounts and make Interledger transactions with play money. Let's begin our journey.`,
29+
content: `Welcome to Test Wallet! Test Wallet is a Rafiki playground, where you can add multiple accounts and make Interledger transactions with play money. Let's begin our journey.`,
3030
disableOverlayClose: true,
3131
placement: 'center',
3232
Icon: Wave
@@ -139,7 +139,7 @@ export const ONBOARDING_STEPS: StepWithIcon[] = [
139139
{
140140
// 14
141141
target: '#transactionsList',
142-
content: `Here you can see the transaction list for this payment pointer. Now you are familiar with the basics of Testnet. Continue to play around.`,
142+
content: `Here you can see the transaction list for this payment pointer. Now you are familiar with the basics of Test Wallet. Continue to play around.`,
143143
disableOverlayClose: true,
144144
Icon: HomeRooftop
145145
}

packages/wallet/frontend/src/pages/auth/reset/[token].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const ResetPasswordPage: NextPageWithLayout<ResetPasswordPageProps> = ({
3636
{token && isValid ? (
3737
<>
3838
<h2 className="mb-5 mt-10 text-center text-xl font-semibold text-green">
39-
Provide a new password for your Testnet account.
39+
Provide a new password for your Test Wallet account.
4040
</h2>
4141
<div className="w-2/3">
4242
<Form

0 commit comments

Comments
 (0)