You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-11Lines changed: 5 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@
9
9
10
10
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.
11
11
12
-
## What is Code?
12
+
## What is Flipcash?
13
13
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.
15
15
16
16
## Quick Start
17
17
@@ -31,28 +31,22 @@ make test
31
31
32
32
## Project Structure
33
33
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.
35
35
36
36
To begin diving into core systems, we recommend starting with the following packages:
37
37
-`pkg/code/async/`: Asynchronous workers that perform tasks outside of RPC and web calls
38
38
-`pkg/code/server/`: gRPC and web service implementations
39
39
40
40
## APIs
41
41
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.
47
43
48
44
## Contributing
49
45
50
46
Anyone is welcome to make code contributions through a PR.
51
47
52
-
The best way to share general feedback is on [Discord](https://discord.gg/T8Tpj8DBFp).
53
-
54
48
This will evolve as we continue to build out the platform and open up more ways to contribute.
55
49
56
50
## Getting Help
57
51
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