Latest Arweave Account is a Permapages Widget built with typescript, preact and daisyui.
This widget displays the latest Arweave Account.
$ git clone git@github.com:MetaweaveTeam/laa-widget.git
$ cd laa-widget
$ npm i
$ npm start
Open http://localhost:3000/ on your favorite web browser.
ℹ️ There is no hot reloading, you will have to kill (ctrl+c) and
$ npm start
to see your changes to the code.
- Query arweave txs: ar-gql
- ar-gql dev tool + documentation: arweave.net/graphql
- Get tx data: arweave-js
- Arweave Account data protocol: arweave-account
/❗\ Do not use
$ npm start
for production/distribution purpose