GetScatter / ScatterWebExtension

Extension that allows you to sign transactions with your private keys securely from within the browser without ever exposing them.
MIT License
367 stars 127 forks source link

not found "eosjs" file #164

Open licongxing opened 5 years ago

licongxing commented 5 years ago

there is not "eosjs" file in the project. Here's the code in "eos.js" file: import Plugin from '../Plugin'; import * as PluginTypes from '../PluginTypes'; import {Blockchains} from '../../models/Blockchains' import * as NetworkMessageTypes from '../../messages/NetworkMessageTypes' import StringHelpers from '../../util/StringHelpers' import Error from '../../models/errors/Error' import Network from '../../models/Network' import Account from '../../models/Account' // const ecc = require('eosjs-ecc'); import AlertMsg from '../../models/alerts/AlertMsg' import * as Actions from '../../store/constants'; import Eos from 'eosjs' let {ecc, Fcbuffer} = Eos.modules; but I don't find "eosjs" file.