Skip to content

Commit 48abe16

Browse files
committed
Update README
1 parent 1cc3222 commit 48abe16

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
Code server monolith containing the gRPC/web services and workers that power a next-generation payments system. The project contains the first L2 solution on top of Solana, utilizing an intent-based system backed by the Code Sequencer to handle transactions.
1111

12-
## What is Code?
12+
## What is Flipcash?
1313

14-
[Code](https://getcode.com) is a mobile wallet app leveraging self-custodial blockchain technology to provide an instant, global, and private payments experience.
14+
[Flipcash](https://flipcash.com) is a mobile wallet app leveraging self-custodial blockchain technology to provide an instant, global, and private payments experience. We are currently working on a currency launchpad.
1515

1616
## Quick Start
1717

@@ -31,28 +31,22 @@ make test
3131

3232
## Project Structure
3333

34-
The implementations powering the Code ecosystem (Code Wallet App, Code SDK, etc) can be found under the `pkg/code/` directory. All other code under the `pkg/` directory are generic libraries and utilities.
34+
The implementations powering the Code ecosystem (Flipcash App, SDK, etc) can be found under the `pkg/code/` directory. All other code under the `pkg/` directory are generic libraries and utilities.
3535

3636
To begin diving into core systems, we recommend starting with the following packages:
3737
- `pkg/code/async/`: Asynchronous workers that perform tasks outside of RPC and web calls
3838
- `pkg/code/server/`: gRPC and web service implementations
3939

4040
## APIs
4141

42-
The gRPC APIs provided by Code server can be found in the [code-protobuf-api](https://github.com/code-payments/code-protobuf-api) project. Refer to the [Code SDK](https://github.com/code-payments/code-sdk) if you want to integrate micropayments into your web application.
43-
44-
## Learn More
45-
46-
To learn more about fundamental concepts and advanced topics related to Code server, we recommend jumping into the Code SDK [documentation](https://code-payments.github.io/code-sdk/docs/guide/introduction) for a high-level overview. The Extra Topics section includes notes on topics like the Sequencer, Privacy Protocol, Timelock, and more.
42+
The gRPC APIs provided by Code server can be found in the [code-protobuf-api](https://github.com/code-payments/code-protobuf-api) project.
4743

4844
## Contributing
4945

5046
Anyone is welcome to make code contributions through a PR.
5147

52-
The best way to share general feedback is on [Discord](https://discord.gg/T8Tpj8DBFp).
53-
5448
This will evolve as we continue to build out the platform and open up more ways to contribute.
5549

5650
## Getting Help
5751

58-
If you have any additional questions or need help integrating Code into your website or application, please reach out to us on [Discord](https://discord.gg/T8Tpj8DBFp) or [Twitter](https://twitter.com/getcode).
52+
If you have any additional questions or need help integrating Code into your website or application, please reach out to us on [Twitter](https://twitter.com/flipcash).

0 commit comments

Comments
 (0)