Skip to content
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

Page 1 - Start a Local Chain #934

Closed
sufyaankhan opened this issue Jan 29, 2024 · 10 comments
Closed

Page 1 - Start a Local Chain #934

sufyaankhan opened this issue Jan 29, 2024 · 10 comments
Assignees

Comments

@sufyaankhan
Copy link

Goal: Create a (Lesson plan + video) that shows the code and explainer for the following:

  • How to start a local chain | with Code sample
@kbennett2000
Copy link
Contributor

kbennett2000 commented Feb 1, 2024

Video:
https://youtu.be/XT1S4E1h-jM?si=32Wb8LFf_rdI20gb

Instructions:
Ensure Node is installed in your environment. If you need to install Node in your environment you can follow the steps here --> https://docs.agoric.com/guides/getting-started/#installing-nvm-and-node

Ensure Yarn is installed in your environment. If you need to install Yarn in your environment you can follow the steps here --> https://docs.agoric.com/guides/getting-started/#installing-yarn

Clone the Agoric SDK from the Agoric GitHub repo:
git clone https://github.com/Agoric/agoric-sdk

Go to SDK folder:
cd agoric-sdk

Run the Yarn commands:
yarn install yarn build

Add the Agoric bin folder to your PATH variable:
export PATH=$PATH:/home/agoric/bin

Link the CLI to the bin folder:
yarn link-cli ~/bin/agoric

Check to ensure the SDK is installed:
agoric --version

Create a new project:
cd .. agoric init testProject cd testProject

Install the Agoric components:
agoric install

Start a local chain:
agoric start

@kbennett2000
Copy link
Contributor

2/1 - Ready for review @sufyaankhan

@sufyaankhan
Copy link
Author

How can I see what it would look like - finished page.

@kbennett2000
Copy link
Contributor

kbennett2000 commented Feb 6, 2024

How can I see what it would look like - finished page.

PR with new page -- #966
Preview of content in proposed React slide control -- https://docs.google.com/document/d/12JbK7dWqhmn6hk56pEHLLVVnEwVDeaFr5SqQ6gZleag/edit?usp=sharing

@ivanlei ivanlei linked a pull request Feb 6, 2024 that will close this issue
@kbennett2000
Copy link
Contributor

kbennett2000 commented Feb 15, 2024

@kbennett2000
Copy link
Contributor

#976

@sufyaankhan
Copy link
Author

Looks good to me. Approved.

@sufyaankhan
Copy link
Author

@kbennett2000 FYI

@dckc
Copy link
Member

dckc commented Apr 12, 2024

#976 is not merged.

@dckc dckc reopened this Apr 12, 2024
@dckc
Copy link
Member

dckc commented Apr 25, 2024

fixed in ##1066

@dckc dckc closed this as completed Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants