hyperledger-labs / blockchain-carbon-accounting

This project implements blockchain applications for climate action and accounting, including emissions calculations, carbon trading, and validation of climate claims. It is part of the Linux Foundation's Hyperledger Climate Action and Accounting SIG.
https://wiki.hyperledger.org/display/CASIG/Carbon+Accounting+and+Certification+WG
Apache License 2.0
189 stars 103 forks source link

test utility emissions channel and update documentation #182

Open sichen1234 opened 3 years ago

sichen1234 commented 3 years ago

Follow steps from https://github.com/hyperledger-labs/blockchain-carbon-accounting/blob/main/utility-emissions-channel/README.md, get the utility emissions channel up and running.

Pls also suggest any improvements and updates to the documentation.

hionnode commented 3 years ago

Can I take this up?

sichen1234 commented 3 years ago

Yes please try it! Let us know if there are any problems or if anything in the documentation is not clear.

Si Chen Open Source Strategies, Inc.

New Video: Creating Climate Solutions with Blockchain and Open Source https://youtu.be/gtO3COq8crQ

On Wed, Jun 16, 2021 at 5:58 PM Chinmay Pandey @.***> wrote:

Can I take this up?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/hyperledger-labs/blockchain-carbon-accounting/issues/182#issuecomment-862832037, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANAS4JPOWT5F5VNHKHXM23TTFCCNANCNFSM46V6VGXQ .

Pihu1998 commented 3 years ago

Hi @sichen1234 ,

I believe this can be closed. The pull request to resolve this has already been merged. Thanks :)

sichen1234 commented 3 years ago

This is an "evergreen" issue for everybody to try out when they join the project, so please leave it open.

Amishakumari544 commented 3 years ago

Hi everyone I want to work here can anyone please help me. @sichen1234

sichen1234 commented 3 years ago

Sure. What do you need help with?

Si Chen Open Source Strategies, Inc.

New Video: Creating Climate Solutions with Blockchain and Open Source https://youtu.be/gtO3COq8crQ

On Mon, Jul 19, 2021 at 12:46 AM Amisha Kumari @.***> wrote:

Hi everyone I want to work here can anyone please help me. @sichen1234 https://github.com/sichen1234

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/hyperledger-labs/blockchain-carbon-accounting/issues/182#issuecomment-882322650, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANAS4L7ZIHKRBEC74NXUQTTYPJ63ANCNFSM46V6VGXQ .

Bhaarat-khatri commented 3 years ago

Hello @sichen1234 I am new to this project.I am interested to contribute for this Project. I go through the Readme.md you mentioned above and start doing setup. At the point I got one issue. When I run the command sh start.sh to build and start the npm server. I got "tsc command is not found ". So I observerd tsc is typescript command used for the build. Then i install it manually by "npm i --save-dev typescript" and everythings works fine then. So I think small update is required in package.json. We need to add "typescript": "^4.3.5" in under devDependencies So that we didn't need to install it manually. Which I have done. Can I submit the patch for it if it looks relevant to You??

Can You also please pin some good first issue in which i can start work to know this project in deep. Thank You :-)

Zzocker commented 3 years ago

Hello @Bhaarat-khatri , you are right about adding typescript as devDependencies into package.json. But there is no need for you to create a PR for that , since this will be fixed in #261 PR.

Bhaarat-khatri commented 3 years ago

Oh that's cool @Zzocker :-). Thanks for let me know. I will try to work on some other issue.