-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated docs for all packages on npm pages (#1013).
- Loading branch information
Showing
35 changed files
with
851 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,6 @@ console.log(encodedData); | |
// "..." | ||
``` | ||
|
||
|
||
License | ||
======= | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,31 @@ | ||
Base X | ||
Base-X | ||
====== | ||
|
||
**EXPERIMENTAL** | ||
This sub-module is part of the [ethers project](https://github.com/ethers-io/ethers.js). | ||
|
||
It is responsible for encoding and decoding vinary data in arbitrary bases, but | ||
is primarily for Base58 encoding which is used for various blockchain data. | ||
|
||
For more information, see the [documentation](https://docs.ethers.io/v5/api/utils/encoding/). | ||
|
||
Importing | ||
--------- | ||
|
||
Most users will prefer to use the [umbrella package](https://www.npmjs.com/package/ethers), | ||
but for those with more specific needs, individual components can be imported. | ||
|
||
```javascript | ||
const { | ||
|
||
BaseX, | ||
|
||
Base32, | ||
Base58 | ||
|
||
} = require("@ethersproject/basex"); | ||
``` | ||
|
||
License | ||
------- | ||
|
||
MIT License |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ and debug Ethereum-related tasks using the ethers.js library. | |
|
||
----- | ||
|
||
|
||
Sandbox Utility | ||
=============== | ||
|
||
|
Oops, something went wrong.