-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README #88
Comments
I want to take up the issue, Assign me, please. |
@StillAbeginnerr feel free to work on it and while submitting refer to this issue (#88). |
Using Github Desktop, I cloned the repository and then first tried with the following.
Then The following to get the node modules installed
This problem persists. I checked my possible ways to work with it via Chatgpt and Other Tools like Stackoverflow. |
Did you miss the '@'... It's |
@StillAbeginnerr, Can you please try using |
It gives another error
|
|
Wanting to understand what is that is being tried here. There are 2 things:
As a project we need to cover both in documentation. Ideally README should contain the section 1 part, so it can be used in npmjs package page while publishing. The developer part can be a separate page inside the In github desktop, you don't need to handle 'npm install @cord.network/sdk |
okay sir, I understand. what I did was,
|
same error with yarn |
I managed to work successfully with the first pointer that is consuming the SDK but had received errors in running the demo script and the attached screenshot is here where i utilised the Experiment the SDK methods using the following commands. the error while I tried to run the demo script: gitpod /workspace/cord.js (develop) $ npx tsx demo/src/func-test.ts Error: Cannot find module './generateKeypairs'
Node.js v20.10.0 |
@adi-a11y sir could you please my issue? |
@StillAbeginnerr try The issue of the generate is because of #157 . Also make sure you update to latest of |
I cloned the Latest develop branch and worked but the same issue persists, I thought that running npx tsx demo/src/func-test.ts would show me some demo but somehow I failed again. I don't understand why it is not referring to utils/key module to get the required library as per issue 157 I looked in the code to see if I could find why the module is missing using issue #157. |
we'll take a look at this and get back |
Pls make the changes as below, test and create a PR.
|
@StillAbeginnerr |
@NiranjanAP |
@NiranjanAP https://github.com/StillAbeginnerr/cord.js/blob/develop/README.md Do I need to include yarn install @cord.network/[email protected] because the latest didn't work on my system? Npm didn't work for me, so should i include it in the readme or not? |
Please run a CORD instance locally then run the demo script.
Refer CORD repo Readme to run the CORD instance locally
…On Sun, 7 Jan, 2024, 5:59 pm shivam agarwal, ***@***.***> wrote:
@NiranjanAP <https://github.com/NiranjanAP>
https://github.com/StillAbeginnerr/cord.js/blob/develop/README.md
this is my repository and I have made a few changes for the demo script
run.
Do I need to include yarn install @***@***.***
because the latest didn't work on my system?
Npm didn't work for me, so should i include it in the readme or not?
—
Reply to this email directly, view it on GitHub
<#88 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5JWEYTLRXJZDKJOITKJFDYNKILVAVCNFSM6AAAAAAZVKVSE2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBQGA2DMMBYGY>
.
You are receiving this because you were mentioned.Message ID: <dhiway/cord
.***@***.***>
|
You install sdk only if you are writing a new app and want to consume the sdk, read the updated readme |
Okay i got it, thank you :) |
Once you are able to run CORD instance and test the cordjs demo script. Please update the same in this README as a prerequisite and make a PR. It'll help others trying the same. @StillAbeginnerr |
I'm on it. |
@NiranjanAP, could you just brief the steps to start I mean running |
for 'connecting', you would need CORD instance running. On your machine, you should be running a docker instance of cord, or compiled cord to run these scripts. Check the instructions to run cord project locally. |
Can I work on this issue? |
I'll make a PR by tomorrow. most of the work is done. had health issues so couldn't work on it. please make me assigned to this issue.
|
@StillAbeginnerr since we don't track this regularly, it doesn't make sense to assign if it is not being dedicatedly worked upon. However, once the work is done, feel free to assign to yourself and raise a PR. |
Hey @NiranjanAP . I would like to take this issue. Kindly assign it to me. Thanks |
Hi , I beleive PR for this issue has been merged . Tried README.md and was able to run Except .nvmrc didn't get the LTS version of Node ( As node LTS needs to be installed first ). A troubleshoot doc can be helpful mentioning to use |
Hi, Can this issue be assigned to me? |
OK by seeing above comment, the documentation needs to mention that |
Please assign this issue to me |
Description
Make sure README reflects what is in the project, and using README, one is able to complete a demo run. Also it should have links to documentation for further study.
Goals
Expected Outcome
Acceptance Criteria
Following the instructions on the README file, one should be able to set up the dev environment and be able to run the demo script
Implementation Details
NA
Mockups / Wireframes
NA
Product Name
CORD
Organization Name
Dhiway
Domain
Blockchain
Tech Skills Needed
Rust build tool chain
Mentor(s)
@amarts @NiranjanAP
Complexity
Low
Category
Documentation
Sub Category
Beginner friendly
The text was updated successfully, but these errors were encountered: