Code Monkey home page Code Monkey logo

docs's People

Contributors

0xkolten avatar abuiles avatar bartekn avatar bekkibolthouse avatar cm-abhijit avatar codeck avatar dydt avatar edunuzzi avatar gdb avatar ire-and-curses avatar irisli avatar jedmccaleb avatar julanrouge avatar kylemccollom avatar monsieurnicolas avatar mozzadrella avatar mr0grog avatar nikhilsaraf avatar nullstyle avatar poliha avatar rice2000 avatar tamirms avatar tammycamp avatar theaeolianmachine avatar thejollyrogers avatar tomquisel avatar vcarl avatar wynlim avatar zacf avatar zachvanduyn 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  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  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

docs's Issues

Update anchor guide for next bridge/compliance release

There were several bugs in the current release of 0.0.12 that make the new anchor guide a little bit more complex than need be; this issue is to track updates that need to be made to reflect fixes in the next releases, since we don't know exactly when they will land relative to the guide (and the guide is still in flux so I don't really want to branch it).

Payment to multiple parties

Hi,
I would like to code a dividend payout account. The idea is simple, every dollar which comes to account A shoud be divided in different % to each account A1, ..., An
Is this possible to code with Stellar?
Is it possible to receive USD and keep that currency to payout?

Thanks on advance.
P/

lab history nodes not working

Upon request:

http://s3-ap-northeast-1.amazonaws.com/confucius.tome.strllar.org/xlm/ledger/00/66/03/ledger-0066037f.xdr.gz

Following response is returned

<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>C72DC0FDB20BAF13</RequestId>
<HostId>
rqaoM44+OSS0RzVT37GMw4i21gDKZYIUqm03yw3G6CTCMK3jbeSBESwtCdI0nHKNO3y0/NCx8pE=
</HostId>
</Error>

Get Started docs should at least mention the Laboratory

There should at least be a link and mention somewhere, but it might be possible to describe how to do what’s being done in code in the lab. Needs some thinking—or perhaps this could be two separate pieces of work.

Compliance protocol clarifications - how is it enforced?

The compliance documentation leaves quite a few holes into how the actual protocol is expected to be uses in real world and/or enforced.

  1. The documentation starts out that as a FI I want to know where the money is coming from. But the implementation kind of only provides a way to enforce getting information about where the money is going to. For example there is nothing stopping me to skip the auth part. After I've resolved the payment address to account id I could just send the payment and the receiver would be none the wiser regarding who actually sent it.

  2. Is all wallet software expected to implement the compliance check to some extent?

  3. When the sender requires proper compliance implementation, how is it handled when the user tries to send something directly to an account id. Will the home domain of the account be used for the compliance check?

  4. Would being compliant also mean that depositing/withdrawing money from/to a non-managed account should be disabled by the wallet provided by the financial instutite? Otherwise all of this compliance layer becomes kind of uselesss. User A withdraws to non-managed account; sends to user B's non-managed account; User B deposits to their managed FI account.

Remove “XDR Viewer” link in tools

The link to XDR Viewer on the tools page just goes to a page that says “Deprecated. Use Laboratory.” So we should probably just get rid of the link.

Unless sending people to the source of this tool still serves some particular value?

Federation & Compliance Protocol docs should be siblings

The Federation Protocol and Compliance Protocol docs should really be siblings at the same level of hierarchy—they are both discussing conceptually similar things in terms of how they relate to the Stellar ecosystem.

Not sure if this is directly under guides or under guides/concepts, but one should move. (Any opinions @jedmccaleb @bartekn?)

"Scale" article

There are a lot of questions recently about Stellar scale. Would be great to create an article about stress tests and other similar information.

Need clarification - Seed vs Key

During creation of a new node, one of the steps is assigning node an identity by writing Secret Seed into config file. For this purpose I've been using Stellar Laboratory.

However laboratory states that it generates Public Key and Secret Key. Why do my nodes then still work as intended if I use this key instead of seed?

Need a guide for issuing assets

The two docs written by @litnerdy may be a good starting point:

  • “Tutorial: trustless, decentralized trading”
  • “Tutorial: creating an asset on the Stellar testnet”

`tx_bad_auth` error not listed in List of Operations page

I was using the laboratory and got an error (tx_bad_auth) that wasn't listed in the list of operations page like it says it should.

{
  "type": "https://stellar.org/horizon-errors/transaction_failed",
  "title": "Transaction Failed",
  "status": 400,
  "detail": "The transaction failed when submitted to the stellar network. The `extras.result_codes` field on this response contains further details.  Descriptions of each code can be found at: https://www.stellar.org/developers/learn/concepts/list-of-operations.html",
  "instance": "horizon-testnet-001/vbcLOvVIaT-190963",
  "extras": {
    "envelope_xdr": "AAAAAMEgWGo+2qai/OlmWY9KFFz9RODu1FEo4/4MydyyhAVKAAAAZABLtbkAAAABAAAAAAAAAAAAAAABAAAAAAAAAAYAAAABUEhQAAAAAAAYpvovNEzEX3wa8E1WRK3RrvY99f7lt31vKKJiKihY6X//////////AAAAAAAAAAEqKFjpAAAAQFJXmUxJO+gyKyj3HiDMi1WYsV33/DhTyBAavhYpsffe6El0eLAzIQFY8FFOSVTKA694m5zW2YFdUVrzFR7rYA8=",
    "result_codes": {
      "transaction": "tx_bad_auth"
    },
    "result_xdr": "AAAAAAAAAGT////6AAAAAA=="
  }
}

Improve descriptions of operations in list of operations

The descriptions for each of the operations are not parallel and consistent in how they are explained.
https://www.stellar.org/developers/learn/concepts/list-of-operations.html#path-payment

Examples of non-parallelism:

  • First person: Allows you to set,modify or delete a Data Entry (name/value pair) that is attached to a particular account.
  • Action: Sends an amount in a specific asset to a destination account.
  • Overview description: A passive offer is an offer that does not act on and take a reverse offer of equal price.
  • "this" description: This operation sets the options for an account.

Improve channel documentation

Hey guys,

I really like the stellar documentation. It's well structured and explains the network's features really well. There is just one page that left me with more questions than answers: The channels page.

So a channel is really not a thing on its own, but just another account to sign the transaction. What I am not sure about:

  • I suppose the channel account has to be activated with 20 XLM as well (?)
  • Code sample: What are channelAccounts, channelKeys and channelIndex?
  • Code sample: Why multiple channel accounts, keys, ... and not just one?

Stellar brief

Hello,

I'm new to stellar o tried to create new account by getting secret and public key and get the account info and send transaction and foreach transaction my balance was decremented by the amount sent + 0.00001.. this was all test account or dunno what i should call.

But if i want to work on project where i can integrate stellar when i want to create a new account for a client with start amount how stellar will collect the amount and how can i track the payment ..

And me as a company how i'll be charged from stellar and When someone create an account or want to fund his account how stellar will collect the money?

Thank you on advance.

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.