/doc.web3signer

Ethereum signer documentation site

Primary LanguageCSSApache License 2.0Apache-2.0

Web3Signer documentation

Web3Signer is a transaction signing application to be used with a web3 provider. The software sources are hosted in the Web3Signer repository.

This documentation repo is built using Docusaurus 2.

See more information about using Docusaurus quickly.

Contributing & Local Development

$ npm install
$ npm run prepare
$ npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ npm run build
$ npm run serve

This command generates static content into the build directory.