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
The project has adopted a Code of Conduct that we expect project participants to adhere to. Please [read the full text](https://developers.libra.org/docs/policies/code-of-conduct) so that you can understand what actions will and will not be tolerated.
3
+
The project has adopted a Code of Conduct that we expect project participants to adhere to. Please [read the full text](https://developers.diem.com/docs/policies/code-of-conduct) so that you can understand what actions will and will not be tolerated.
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ This project welcomes contributions.
4
4
5
5
## Contributor License Agreement
6
6
7
-
For pull request to be accepted by any Libra projects, a CLA must be signed.
8
-
You will only need to do this once to work on any of Libra's open source
7
+
For pull request to be accepted by any Diem projects, a CLA must be signed.
8
+
You will only need to do this once to work on any of Diem's open source
9
9
projects.
10
10
11
-
When submitting a PR, the libra-github-bot will check your comment for a valid CLA. If one is not found, then you will need to submit an Individual CLA for yourself or a Corporate CLA for your company.
11
+
When submitting a PR, the diem-github-bot will check your comment for a valid CLA. If one is not found, then you will need to submit an Individual CLA for yourself or a Corporate CLA for your company.
12
12
13
13
## Issues
14
14
15
-
client-sdk-java uses [GitHub issues](https://github.com/libra/client-sdk-java/issues) to track
15
+
client-sdk-java uses [GitHub issues](https://github.com/diem/client-sdk-java/issues) to track
16
16
bugs. Please include necessary information and instructions to reproduce your
Copy file name to clipboardexpand all lines: README.md
+19-25
Original file line number
Diff line number
Diff line change
@@ -1,47 +1,44 @@
1
-
> **Note to readers:** On December 1, 2020, the Libra Association was renamed to Diem Association. The project repos are in the process of being migrated. All projects will remain available for use here until the migration to a new GitHub Organization is complete.
2
-
3
1
# client-sdk-java
4
2
5
-
[](https://github.com/libra/libra/blob/master/json-rpc/json-rpc-spec.md)[](../master/LICENSE)[](https://javadoc.io/doc/org.libra/client-sdk-java)
3
+
[](https://github.com/diem/diem/blob/master/json-rpc/json-rpc-spec.md)[](../master/LICENSE)[](https://javadoc.io/doc/org.diem/client-sdk-java)
6
4
7
-
`client-sdk-java` is the official Libra Client SDK for the Java programming language.
5
+
`client-sdk-java` is the official diem Client SDK for the Java programming language.
-`types`: generated code, Libra on-chain data structure types. Mostly generated code with small extension code for attaching handy functions to generated types.
16
+
-`types`: generated code, diem on-chain data structure types. Mostly generated code with small extension code for attaching handy functions to generated types.
0 commit comments