Skip to content

Commit d893895

Browse files
committed
chore: update readme, dependencies, plume config
1 parent cc0cc4d commit d893895

File tree

6 files changed

+1106
-801
lines changed

6 files changed

+1106
-801
lines changed

LICENSE-2.0.txt renamed to LICENSE

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -173,29 +173,4 @@ Apache License
173173
incurred by, or claims asserted against, such Contributor by reason
174174
of your accepting any such warranty or additional liability.
175175

176-
END OF TERMS AND CONDITIONS
177-
178-
APPENDIX: How to apply the Apache License to your work.
179-
180-
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "[]"
182-
replaced with your own identifying information. (Don't include
183-
the brackets!) The text should be enclosed in the appropriate
184-
comment syntax for the file format. We also recommend that a
185-
file or class name and description of purpose be included on the
186-
same "printed page" as the copyright notice for easier
187-
identification within third-party archives.
188-
189-
Copyright 2025 Circle Internet Group, Inc. All rights reserved.
190-
191-
Licensed under the Apache License, Version 2.0 (the "License");
192-
you may not use this file except in compliance with the License.
193-
You may obtain a copy of the License at
194-
195-
http://www.apache.org/licenses/LICENSE-2.0
196-
197-
Unless required by applicable law or agreed to in writing, software
198-
distributed under the License is distributed on an "AS IS" BASIS,
199-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200-
See the License for the specific language governing permissions and
201-
limitations under the License.
176+
END OF TERMS AND CONDITIONS

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ This sample application demonstrates Cross-Chain Transfer Protocol (CCTP) step-b
1616
- Polygon PoS Amoy
1717
- Sei Testnet
1818
- XDC Testnet
19-
- Plume Testnet
19+
- Plume Sepolia
2020
- HyperEVM Testnet
2121
- Ink Sepolia
2222

2323
## Environment Setup
2424

2525
1. Copy the `.env.example` file to `.env.local`:
2626

27-
```bash
28-
cp .env.example .env.local
29-
```
27+
```bash
28+
cp .env.example .env.local
29+
```
3030

3131
2. Update the `.env.local` file with your configuration:
3232

@@ -48,7 +48,7 @@ cp .env.example .env.local
4848
```
4949
2. Install dependencies.
5050
```bash
51-
npm run dev
51+
npm install
5252
```
5353
3. Run the development server.
5454
```bash

0 commit comments

Comments
 (0)