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

Getting started with Agoric #1

Closed
danishyasin33 opened this issue Dec 16, 2021 · 3 comments
Closed

Getting started with Agoric #1

danishyasin33 opened this issue Dec 16, 2021 · 3 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers

Comments

@danishyasin33
Copy link
Contributor

danishyasin33 commented Dec 16, 2021

Steps to get started with the Agoric project:

  • Read about blockchain and what are smart contracts. Read up specifically on Ethereum and go through its documentation.
  • Learn about smart contracts, dapps, Ether, gas, web2 vs web3, accounts, blocks and transactions
    Link: https://ethereum.org/en/developers/docs/

After getting a good understanding of Ethereum, read about Agoric and it's platform:

the next step is setup the Agoric CLI, for the CLI, it is required that you use a linux subsystem. If on windows, setup WSL and clone the repo in the linux environment and install all packages. This step is very important.

The final step is to install the agoric-amm dapp created by Robor Systems:

@danishyasin33 danishyasin33 added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers labels Dec 16, 2021
@Hussain-7 Hussain-7 pinned this issue Dec 16, 2021
@Hussain-7
Copy link
Contributor

Hussain-7 commented Dec 16, 2021

Update 16th December 2021

  • Read about blockchain and smart contracts.
  • In depth research through Ethereum documentation.
  • Went through this Link: https://ethereum.org/en/developers/docs/ thoroughly.
  • Got a good understanding of agoric and its platform from the agoric official documentation.
  • After that, was able to install agoric-sdk and agoric-cli successfully on wsl.
  • Then I ran a demo app that required some agoric-cli commands like:
    • agoric init
    • agoric start --reset
    • agoric open --repl
  • Finally was able to install and run agoric-amm dapp.
  • Using Node v14.17.6

Details about running agoric-amm :

  • Commented out line 6 in src/context/Application.jsx file
  • Commented out line 3 in src/utils/config.js file

@haseebasim
Copy link

Update 16th December 2021

  • Read and watched videos about BlockChain, Smart Contract, and Ethereum.
  • Went through the Ethereum documentation thoroughly.
  • Explored agoric and their website and developed understanding about their organization.
  • Explored and installed WSL on windows.
  • Installed the agoric-sdk using the guide provided on their GitHub repository.
  • Also ran the agoric demo app through the CLI.
  • Installed and ran the agoric-amm dapp

@haseebasim
Copy link

Node Version: 16.13.1
Commented out eslint-disable import/no-mutable-exports from:

  • src/utils/config.js
  • src/context/Application.jsx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants