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
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Please put an x in the boxes related to your change.
15
15
16
16
*Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.*
17
17
18
-
-[ ] I have read the [CONTRIBUTING GUIDELINES](https://github.com/klaytn/klaytn-developer-sdk/blob/main/CONTRIBUTING.md) doc
18
+
-[ ] I have read the [CONTRIBUTING GUIDELINES](https://github.com/klaytn/klaytn-service-sdk/blob/main/CONTRIBUTING.md) doc
19
19
-[ ] I have signed the CLA by posting "I have read the CLA Document and I hereby sign the CLA" in the comment
20
20
-[ ] Lint and unit tests pass locally with my changes
21
21
-[ ] I have added tests that prove my fix is effective or that my feature works
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -22,22 +22,22 @@ There are various ways to contribute and participate. Please read the guidelines
22
22
23
23
### Issues and Bugs
24
24
25
-
If you find a bug or other issues in Klaytn, please [submit an issue](https://github.com/klaytn/klaytn-developer-sdk/issues). Before submitting an issue, please invest some extra time to figure out that:
25
+
If you find a bug or other issues in Klaytn, please [submit an issue](https://github.com/klaytn/klaytn-service-sdk/issues). Before submitting an issue, please invest some extra time to figure out that:
26
26
27
27
- The issue is not a duplicate issue.
28
-
- The issue has not been fixed in the latest release of klaytn-developer-sdk.
28
+
- The issue has not been fixed in the latest release of klaytn-service-sdk.
29
29
Please do not use the issue tracker for personal support requests. Use [email protected] for the personal support requests.
30
30
31
31
When you report a bug, please make sure that your report has the following information.
32
32
- Steps to reproduce the issue.
33
33
- A clear and complete description of the issue.
34
34
- Code and/or screen captures are highly recommended.
35
35
36
-
After confirming your report meets the above criteria, [submit the issue](https://github.com/klaytn/klaytn-developer-sdk/issues). Please use [labels](#usage-of-labels) to categorize your issue.
36
+
After confirming your report meets the above criteria, [submit the issue](https://github.com/klaytn/klaytn-service-sdk/issues). Please use [labels](#usage-of-labels) to categorize your issue.
37
37
38
38
### Feature Requests
39
39
40
-
You can also use the [issue tracker](https://github.com/klaytn/klaytn-developer-sdk/issues) to request a new feature or enhancement. Note that any code contribution without an issue link will not be accepted.
40
+
You can also use the [issue tracker](https://github.com/klaytn/klaytn-service-sdk/issues) to request a new feature or enhancement. Note that any code contribution without an issue link will not be accepted.
41
41
42
42
Please submit an issue explaining your proposal first so that the Klaytn developer community can fully understand and discuss the idea. Please use [labels](#usage-of-labels) for your feature request as well.
Copy file name to clipboardexpand all lines: README.md
+11-18
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
2
2

3
-
-[Klaytn Developer SDK](#klaytn-developer-sdk)
3
+
-[Klaytn Service SDK](#klaytn-service-sdk)
4
4
-[Oracles Module](#oracles-module)
5
-
-[Chainlink](#chainlink)
6
5
-[Witnet](#witnet)
7
6
-[Bridges Module](#bridges-module)
8
7
-[Celer Bridge](#celer-bridge)
@@ -13,22 +12,16 @@
13
12
-[Requirement](#requirement)
14
13
-[Quickstart](#quickstart)
15
14
-[Usage](#usage)
16
-
-[Want to Contribute to Klaytn Developer SDK? ](#want-to-contribute-to-klaytn-developer-sdk-)
15
+
-[Want to Contribute to Klaytn Service SDK? ](#want-to-contribute-to-klaytn-service-sdk-)
17
16
18
17
<br/>
19
18
20
-
# Klaytn Developer SDK
21
-
<pstyle="font-size:x-large">Klaytn Developer SDK is a monorepo of all the ecosystem tools. It has all the packages necessary to build on Klaytn ecosystem</p>
19
+
# Klaytn Service SDK
20
+
<pstyle="font-size:x-large">Klaytn Service SDK is a monorepo of all the ecosystem tools. It has all the packages necessary to build on Klaytn ecosystem</p>
22
21
23
22
## Oracles Module
24
-
### Chainlink
25
-
Implementation of the following 4 Chainlink features using the [Hardhat](https://hardhat.org/) development environment:
26
-
-[Chainlink Data Feeds on Klaytn](/packages/oracles-starter-kit/README.md#chainlink-price-feeds)
27
-
-[Chainlink VRF on Klaytn](/packages/oracles-starter-kit/README.md#chainlink-vrf-get-a-random-number)
28
-
-[Chainlink Keepers on Klaytn](/packages/oracles-starter-kit/README.md#chainlink-keepers)
29
-
-[Request & Receive data on Klaytn](/packages/oracles-starter-kit/README.md#chainlink-request--receive-data)
30
-
31
23
### Witnet
24
+
Implementation of the following features using the [Hardhat](https://hardhat.org/) development environment:
32
25
-[Witnet Data Feeds on Klaytn](/packages/oracles-starter-kit/README.md#witnet-price-feeds)
33
26
-[Witnet Randomness on Klaytn](/packages/oracles-starter-kit/README.md#witnet-randomness)
34
27
@@ -72,10 +65,10 @@ Integration of the following 5 DEX contracts:
72
65
73
66
### Quickstart
74
67
75
-
After installing all the requirements, run the following:
68
+
After installing all the requirements, run the following to setup locally:
You can run the scripts in root or in respective packages by `cd` into the packages.
86
+
You can run the scripts from respective packages by `cd` into the packages.
94
87
95
-
## Want to Contribute to Klaytn Developer SDK? <aid="want-to-contribute"></a>
88
+
## Want to Contribute to Klaytn Service SDK? <aid="want-to-contribute"></a>
96
89
97
90
In line with our commitment to decentralization, all Klaytn codebase and its documentations are completely open source. Klaytn always welcomes your contribution. Anyone can view, edit, fix its contents and make suggestions. You can either create a pull request on GitHub or create a enhancement request. Make sure to check our [Contributor License Agreement (CLA)](https://gist.github.com/e78f99e1c527225637e269cff1bc7e49) first and there are also a few guidelines our contributors would check out before contributing:
0 commit comments