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: .github/ISSUE_TEMPLATE/good_first_issue.yml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ body:
19
19
label: 🆕🐥 Newcomer Friendly
20
20
description: Who is this issue for?
21
21
value: |
22
-
This **[Good First Issue](https://github.com/hyperledger-labs/fabric-token-sdk/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22)** is a guided, well-scoped task intended for new human contributors to the Fabric Token SDK.
22
+
This **[Good First Issue](https://github.com/LFDT-Panurus/panurus/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22)** is a guided, well-scoped task intended for new human contributors to Panurus.
23
23
24
24
#### What you’ll do
25
25
- ✅ Understand the project structure
@@ -83,8 +83,8 @@ body:
83
83
label: 📋 Setup Guide
84
84
description: Quick links for setting up the environment.
85
85
value: |
86
-
#### Setup the Fabric Token SDK
87
-
- [ ] **Fork & Clone**: Follow the [Contributing Guide](https://github.com/hyperledger-labs/fabric-token-sdk/blob/main/CONTRIBUTING.md)
86
+
#### Setup Panurus
87
+
- [ ] **Fork & Clone**: Follow the [Contributing Guide](https://github.com/LFDT-Panurus/panurus/blob/main/CONTRIBUTING.md)
88
88
- [ ] **Install Tools**: Run `make install-tools`
89
89
validations:
90
90
required: true
@@ -122,13 +122,13 @@ body:
122
122
value: |
123
123
If you get stuck, don't hesitate to ask!
124
124
- Comment on this issue.
125
-
- Join us on **Discord**: [#fabric-token-sdk](https://discord.gg/hyperledger)
125
+
- Join us on **Discord**: [#panurus](https://discord.gg/hyperledger)
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Contributing to Fabric Token SDK
1
+
# Contributing to Panurus
2
2
3
-
We welcome contributions to the Fabric Token SDK!
3
+
We welcome contributions to Panurus!
4
4
5
5
Note that we follow the [LFDT Charter](https://www.lfdecentralizedtrust.org/about/charter).
6
6
All new inbound code contributions to the project shall be made under the Apache License, Version 2.0.
@@ -26,9 +26,9 @@ Please note that we have a [Code of Conduct](CODE_OF_CONDUCT.md). Please follow
26
26
We maintain a set of issues labeled "good first issue" to help new contributors find approachable tasks and get started quickly.
27
27
If you're contributing for the first time, please consider picking one of these issues:
28
28
29
-
- Browse the current list here: https://github.com/hyperledger-labs/fabric-token-sdk/issues?q=is%3Aissue+state%3Aopen+label%3A%22good+first+issue%22
29
+
- Browse the current list here: https://github.com/LFDT-Panurus/panurus/issues?q=is%3Aissue+state%3Aopen+label%3A%22good+first+issue%22
30
30
- Leave a comment on the issue saying you'd like to work on it and ask to be assigned.
31
-
- If you need clarification or guidance, ask on our Discord channel (`#fabric-token-sdk`) or comment on the issue — maintainers and community members are happy to help.
31
+
- If you need clarification or guidance, ask on our Discord channel (`#panurus`) or comment on the issue — maintainers and community members are happy to help.
32
32
- Keep your first PR small and focused. Follow the project guidelines: run tests, sign your commits (`-s`), and rebase to keep a linear history.
33
33
34
34
## Detailed Development Guidelines
@@ -41,8 +41,8 @@ Please refer to the [Development Guidelines](docs/development/development.md) fo
41
41
42
42
## Reporting Issues
43
43
44
-
If you find a bug or have a feature request, please search the [Issues](https://github.com/hyperledger-labs/fabric-token-sdk/issues) to see if it has already been reported. If not, please open a new issue.
44
+
If you find a bug or have a feature request, please search the [Issues](https://github.com/LFDT-Panurus/panurus/issues) to see if it has already been reported. If not, please open a new issue.
45
45
46
46
## Community
47
47
48
-
Join us on [Discord](https://discord.gg/hyperledger) in the `#fabric-token-sdk` channel.
48
+
Join us on [Discord](https://discord.gg/hyperledger) in the `#panurus` channel.
Copy file name to clipboardExpand all lines: DEVELOPMENT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ To maintain clarity and traceability across contributions, all pull requests mus
78
78
79
79
-**Description**: Every pull request must include a meaningful description outlining the purpose and scope of the change.
80
80
-**Labels**: Assign appropriate labels to help with categorization and prioritization.
81
-
-**Project Assignment**: The pull request must be added to the **Fabric Token SDK** project with an appropriate status (e.g., “To Do”, “In Progress”, “In Review”, etc.).
81
+
-**Project Assignment**: The pull request must be added to the **Panurus** project with an appropriate status (e.g., “To Do”, “In Progress”, “In Review”, etc.).
82
82
-**Associated Issue**: A GitHub Issue must be linked to the pull request.
83
83
This should be done via the Development section of the GitHub PR interface (not just mentioned in the description).
84
84
This ensures the PR is formally connected to the issue for proper project tracking and status updates.
The `Fabric Token SDK` provides a collection of APIs and services that streamline development for token-based distributed applications.
8
+
`Panurs` provides a collection of APIs and services that streamline development for token-based distributed applications.
9
9
10
10
# Disclaimer
11
11
12
-
`Fabric Token SDK` has not been audited and is provided as-is, use at your own risk.
12
+
`Panurus` has not been audited and is provided as-is, use at your own risk.
13
13
The project will be subject to rapid changes to complete the open-sourcing process, and the list of features.
14
14
15
15
# Useful Links
16
16
17
-
-[`Documentation`](docs/README.md): The entry point for the Fabric Token SDK documentation.
18
-
-[`Code Wiki`](https://codewiki.google/github.com/hyperledger-labs/fabric-token-sdk): AI-powered documentation, architecture overviews, and interactive exploration of the Fabric Token SDK codebase.
17
+
-[`Documentation`](docs/README.md): The entry point for Panurus documentation.
18
+
-[`Code Wiki`](https://codewiki.google/github.com/LFDT-Panurus/panurus): AI-powered documentation, architecture overviews, and interactive exploration of Panurus codebase.
19
19
-[`Development`](docs/development/development.md): All about the development guidelines.
20
20
-[`Contributing`](CONTRIBUTING.md): How to contribute to the project.
21
-
-[`Fabric Samples`](https://github.com/hyperledger/fabric-samples/tree/main/token-sdk)Token SDK sample application is the
21
+
-[`Fabric Samples`](https://github.com/hyperledger/fabric-samples/tree/main/token-sdk)Panurus sample application is the
22
22
quickest way to get a full network running with a REST API to issue, transfer and redeem tokens right away.
23
23
-[`Benchmarks`](./docs/drivers/benchmark/benchmark.md): Benchmark guidelines and reports.
24
-
-`Feedback`: Your help is the key to the success of the Fabric Token SDK.
25
-
- Submit your issues [`here`][`fabric-token-sdk` Issues].
24
+
-`Feedback`: Your help is the key to the success of Panurus.
25
+
- Submit your issues [`here`][`panurus` Issues].
26
26
- Found a bug? Need help to fix an issue? You have a great idea for a new feature? Talk to us! You can reach us on
27
-
[Discord](https://discord.gg/hyperledger) in #fabric-token-sdk.
27
+
[Discord](https://discord.gg/hyperledger) in #panurus.
28
28
29
-
-[`Fabric Smart Client`](https://github.com/hyperledger-labs/fabric-smart-client): The Token SDK leverages the
29
+
-[`Fabric Smart Client`](https://github.com/hyperledger-labs/fabric-smart-client): Panurus leverages the
30
30
`Fabric Smart Client` for transaction orchestration, storing tokens and wallets, and more. Check it out.
31
31
32
32
# Additional Resources
@@ -35,9 +35,9 @@ The project will be subject to rapid changes to complete the open-sourcing proce
35
35
Tokenizing the physical world is a hot blockchain topic in the industry, especially as it relates to the
36
36
trade of tokens as a basis of new forms of commerce. In this Hyperledger Foundation member webinar,
37
37
the IBM Research team describes in this webinar what tokenization use cases are possible with Hyperledger Fabric today,
38
-
and what enhancements are in the works (aka Fabric Token SDK).
38
+
and what enhancements are in the works (aka Panurus).
39
39
- (October 12, 2023) [How to create a currency management app and deploy it to a Hyperledger Fabric network](https://www.youtube.com/watch?v=PX9SDva97vQ):
40
-
In this comprehensive guide, we'll walk you through two essential aspects of the Fabric Token-SDK. Firstly, you'll learn how to develop a straightforward token application to manage a currency. You'll grasp the fundamentals of creating tokens, and implementing transaction logic using the Fabric Token-SDK. Once you've mastered the application development, we'll then show you how to effortlessly deploy it in your existing Fabric network, ensuring a seamless integration with your blockchain infrastructure. By the end of this tutorial, you'll be equipped with the skills to expand your blockchain capabilities and unleash the true potential of decentralized currency management. (Refers to [Fabric Samples](https://github.com/hyperledger/fabric-samples/tree/main/token-sdk))
40
+
In this comprehensive guide, we'll walk you through two essential aspects of Panurus. Firstly, you'll learn how to develop a straightforward token application to manage a currency. You'll grasp the fundamentals of creating tokens, and implementing transaction logic using Panurus. Once you've mastered the application development, we'll then show you how to effortlessly deploy it in your existing Fabric network, ensuring a seamless integration with your blockchain infrastructure. By the end of this tutorial, you'll be equipped with the skills to expand your blockchain capabilities and unleash the true potential of decentralized currency management. (Refers to [Fabric Samples](https://github.com/hyperledger/fabric-samples/tree/main/token-sdk))
41
41
42
42
# Motivation
43
43
@@ -53,9 +53,9 @@ While blockchain is often associated with cryptocurrencies, its potential extend
53
53
54
54
Developing applications that leverage tokens on Hyperledger Fabric can be complex. Fabric lacked a built-in SDK for creating and managing tokens, forcing developers to build solutions from scratch. This not only led to wasted effort with duplicated code, but also exposed applications to potential security vulnerabilities.
55
55
56
-
**Introducing the Fabric Token SDK: Streamlining Tokenized Development (and Beyond)**
56
+
**Introducing Panurus: Streamlining Tokenized Development (and Beyond)**
57
57
58
-
The Fabric Token SDK has evolved beyond its initial focus on Hyperledger Fabric. It now empowers developers with the following capabilities across various platforms, including permissioned blockchains like Fabric:
58
+
Panurus has evolved beyond its initial focus on Hyperledger Fabric. It now empowers developers with the following capabilities across various platforms, including permissioned blockchains like Fabric:
59
59
60
60
***Tokenization Made Easy:** Create tokens representing any type of asset, be it physical or digital.
61
61
***Privacy by Design:** Select the appropriate privacy level for your specific use case, without modifying your application logic.
@@ -65,11 +65,11 @@ The Fabric Token SDK has evolved beyond its initial focus on Hyperledger Fabric.
65
65
***Interoperability:** Connect with token systems on other blockchain networks, fostering broader ecosystems.
66
66
***Seamless Integration:** Add a token layer to existing applications, regardless of platform, with minimal effort.
67
67
68
-
With a robust Fabric Token SDK, developing secure and efficient enterprise-grade tokenized applications becomes a reality, offering flexibility for developers to choose the platform that best suits their needs.
68
+
With Panurus, developing secure and efficient enterprise-grade tokenized applications becomes a reality, offering flexibility for developers to choose the platform that best suits their needs.
69
69
70
70
# License
71
71
72
72
This project is licensed under the Apache 2 License - see the [`LICENSE`](LICENSE) file for details
0 commit comments