Giter Site home page Giter Site logo

fetchai / docs Goto Github PK

View Code? Open in Web Editor NEW
57.0 22.0 40.0 189.9 MB

This repo contains documentation for public Fetch.ai products.

Home Page: https://docs.fetch.ai/

License: Apache License 2.0

HTML 25.19% Dockerfile 8.22% Shell 8.03% Makefile 58.56%
ledger decentralized-network autonomous-agents aea autonomous-economic-agents agents multi-agent-systems

docs's People

Contributors

5a11 avatar alejandro-morales avatar bagnall-fetch avatar baykaner avatar bryanchriswhite avatar cobrascobras avatar cyenyxe avatar daemon63 avatar davidminarsch avatar devdmd avatar devjsc avatar ejfitzgerald avatar eninspace avatar evsmithx avatar felixnicolaebucsa avatar gatakamsky avatar jonathan6620 avatar katharine-murphy avatar manjeet-fetchai avatar markos avatar missingno57 avatar n-hutton avatar ruthbr avatar solarw avatar stabastian avatar stephenbrownfetch avatar teasel-ian avatar troelsfr avatar uravgdeveloper avatar vijaysharma815 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docs's Issues

Consistent capital titles

Prerequisites

Project

Something else

Type

General suggestion

More details

The section titles need to be consistent in terms of case (capital, lower). Currently they are not.

Relevant Section(s)

No response

Assets

No response

Fetch Wallet doc up-to-date

We need to make a habit with every release we have to update our docs also, because after the release dev community check document.

Feedback form only appears after page refresh

Description

When using the feedback form, and cookie consent; the "was this page helpful" prompt only appears after a page refresh.

Expected behaviour

After accepting cookies, the feedback prompt should be visible without a refresh

Actual behaviour

  • User accepts cookies
  • Feedback prompt is not shown
  • User refreshes page
  • Feedback prompt is shown

OSX ledger installation instructions give error

I was following these instructions:
https://docs.fetch.ai/getting-started/installation-mac/

Near the beginning, I put this line into the terminal:
cmake -DOPENSSL_ROOT_DIR=/usr/local/ssl -DOPENSSL_LIBRARIES=/usr/local/ssl/lib

and got this error:

CMake Error: The source directory "/Users/diarmidcampbell/Projects" does not appear to contain CMakeLists.txt.

According to Troels the explanation of when/wether to put this line into your terminal is unclear and needs rewording.

Reconciliation

Prerequisites

Project

Something else

Type

General suggestion

More details

How do I get my ERC-20 Fetch tokens that were staked? The reconciliation page never works.

Relevant Section(s)

https://browse-fetchhub.fetch.ai/reconciliation

Says "Please make sure your fetch wallet browser extension is up-to-date."

Browser is up to date. Opened a ticket for help in the Fetch.ai Discord and the admin recommended I use: https://integrationvault.com/integrate/token/VpoWe

Please help. Thanks!

Assets

No response

[feedback] Remote communication - /uAgents/remote-agents/

Prerequisites

Project

Ledger

Type

Bug

More details

ctx.logger.info("bob address: ", bob.address)

error:
Traceback (most recent call last):
File "C:\Development\uagent\badhabitst1\bob.py", line 18, in
ctx.logger.info("bob address: ", bob.address)
NameError: name 'ctx' is not defined

Relevant Section(s)

No response

Assets

No response

External Links Should Open in New Tabs

Internal Links: Links that take users to another page on the same website should open in the same tab user is on.
External Links: Links that take users to a different website should open in new tabs.

Unstaking of FETs on ERC20 contract

Hi guys,

I was one of the first guys who staked their FET still on the Etherium blockchain.

Somehow I didn't got the memo that fetch is switching to their own blockchain. And since this moment I didn't got access to the fetch.ai/staking dex and so my FETs are still in the following contract and I don't know how to get them out to convert them to the right blockchain.

Through my Metamask I still can see the transaction that I have sent my FETs to the following contract:
0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85

Would be nice if someone could tell how to solve this riddle... ๐Ÿ˜Š

Cheers
Joe

Dependencies

##Problem

Not sure if we need all dependencies and whether they are of correct version and whether they should be pinned to a specific version, a range, or unspecified.

Solution

Have up-to-date, correct dependencies

[feedback] Developer Fund - /fund_form/

Prerequisites

Project

Ledger

Type

Bug

More details

When you fill in the developer fund form - there is no confirmation if it was submitted. So the page just updates with blank fields and you have to wonder whether the form needs to be filled in again

Relevant Section(s)

The Developer Fund

Assets

No response

[feedback] How to convert - /native_and_erc20/how_to_convert_fet/

Prerequisites

Project

Fetch Wallet

Type

Bug

More details

When I try to swap ERC20 Fet tokens to Native at token-bridge.fetch.ai but get a message, but after (apparently) approving it, I get a message saying "Swap failure" with no indication of what has caused this --- and therefore of what to do to enable the swap

Relevant Section(s)

No response

Assets

No response

broken test in AEA quick start

This applies to page:

https://github.com/fetchai/docs/blob/master/docs/aea/quickstart.md

When following the instructions, and running the test with this command:

(aea) โžœ my_first_aea pytest test.py

I get the following errors:

*=============================== test session starts ================================
platform darwin -- Python 3.7.9, pytest-6.1.2, py-1.9.0, pluggy-0.13.1
rootdir: /Users/jward/code/aea/echo/echo_skill/my_first_aea
plugins: web3-5.12.0
collected 0 items / 1 error

====================================== ERRORS ======================================
_____________________________ ERROR collecting test.py _____________________________
ImportError while importing test module '/Users/jward/code/aea/echo/echo_skill/my_first_aea/test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/init.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
test.py:8: in
from aea.test_tools.test_cases import AEATestCase
/Users/jward/.local/share/virtualenvs/aea-lMxIMHQH/lib/python3.7/site-packages/aea/test_tools/test_cases.py:68: in
from tests.conftest import ROOT_DIR
E ModuleNotFoundError: No module named 'tests.conftest'
============================= short test summary info ==============================
ERROR test.py
!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!
================================= 1 error in 0.89s =================================*

Reduce file size of the top image in the docs homepage to improve load time

Prerequisites

Project

Something else

Type

General suggestion

More details

Reduce the file size of the image in the docs homepage to improve the page's load time

Relevant Section(s)

No response

Assets

No response

[feedback] Deposit Tokens - /fetch-wallet/deposit/

Prerequisites

Project

Fetch Wallet

Type

Something is missing

More details

Hi
I have withdrawn FET tokens from Binance to Fetch Wallet, the transaction is completed via Binance but I don't have my tokens in the wallet. Please help. I have contacted Binance support and they suggested I contact yu because the transaction is successfully completed.

IMG_8979
IMG_8978

Relevant Section(s)

No response

Assets

No response

Bootstrap server

Hello @n-hutton and @baykaner

I try to set up a private network of ledger v1. I cannot understand how to start a bootstrap server and use it for starting the network. I read the documentation but it does not mention the installation of a bootstrap server. Where can I download the server and how is it setup?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.