xrpl-dev-portal
xrpl-dev-portal copied to clipboard
Source code for xrpl.org including developer documentation
Python code sample -Freeze and unfreeze issued tokens, check freeze status and give up the ability to freeze tokens. Bounty [DGE-93](https://github.com/XRPLBounties/Proposals/blob/main/bounties/1%20Python%20code%20samples.md) milestone [3](https://github.com/XRPLBounties/Proposals/blob/main/bounties/1%20Python%20code%20samples.md) Find changes [here](https://github.com/ObiajuluM/xrpl-dev-portal/tree/patch-2/content/_code-samples/freeze/py) If you are impressed...
## Summary This PR just adds some minor improvements such as fix a misspelling, fixes some nits and a false typing. It also addresses the issue #1183 and puts the...
Basis points are 1/10,000, meaning one basis point is "a percent of a percent". This fixes couple of NFT example that had invalid percentages listed. Interestingly, the Japanese translation has...
Watch for incoming payments to an XRP Ledger address Bounty DGE-93 Milestone 4
I've added the [Cryptographic Key Derivation](https://github.com/XRPLBounties/Proposals/blob/main/bounties/0%20JavaScript%20code%20samples.md) Milestone 1 from the JavaScript code samples bounty proposal. It's inspired by the existing python version and delivers the same output.
[account_objects page](https://xrpl.org/account_objects.html#request-format) https://github.com/XRPLF/rippled/blob/610436d737a03925febde7e6aab7e81add06b3ab/src/ripple/rpc/impl/RPCHelpers.cpp#L908
Preview links: https://xrplf.github.io/xrpl-dev-portal/pr-preview/locking-issuing-chains-v1/locking-and-issuing-chains.html https://xrplf.github.io/xrpl-dev-portal/pr-preview/locking-issuing-chains-v1/witness-server.html
Bounty pull request for 0031 - DGE-94-Cryptographic-Key-Derivation
hope its not too late! Included a few tests as well.