Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Update README.md ES5 import #156

Closed
wants to merge 1 commit into from
Closed

Commits on Oct 6, 2021

  1. Update README.md

    const { wallet } = require('ethereumjs-wallet').default  does not work, should be: const wallet = require('ethereumjs-wallet').default;
    ageyev authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    f4df889 View commit details
    Browse the repository at this point in the history