ethers.js/docs.wrm/index.wrm

36 lines
1.0 KiB
Plaintext
Raw Normal View History

2022-12-12 10:47:12 +03:00
_section: Documentation (BETA) @<about-home> @nav<Documentation>
2022-12-10 09:31:18 +03:00
**NOTE:** This documentation is for the **beta branch** (i.e. ``v6-beta-exports``), which
is still undergoing minor changes.
To try it out:
_code:
2023-01-17 21:53:01 +03:00
/home/ricmoo> npm install ethers@beta-exports
2022-12-10 09:31:18 +03:00
_null:
Please [report any v6 issues](link-issue) and I will get to them right away.
If you are looking v5 docs, please see the [v5 documentation here](link-docs-v5).
2022-12-10 02:25:39 +03:00
_subsection: What is Ethers?
The ethers.js library aims to be a complete and compact library
for interacting with the Ethereum Blockchain and its ecosystem.
It is ofen used to create decentralized applications (dapps),
wallets (such as [[link-metamask]] and [[link-tally]]) and
other tools and simple scripts that require reading and writing
to the blockchain.
_subsection: About this documentation?
These docs are still under construction, and are being expanded
every day.
Developers new to Ethers shoud be sure to read through the
[[getting-started]] section.
And the [[about-api]] is available for drilling down into more details.