entropyxyz / sdk

Official JavaScript SDK for Entropy blockchain.
GNU Affero General Public License v3.0
8 stars 0 forks source link

Redo build to include keys crypto and utils in published package and types #268

Closed frankiebee closed 9 months ago

frankiebee commented 9 months ago

Published package should be able to look like this:

import Entropy from '@entropyxyz/entropy-js/browser'
import Entropy from '@entropyxyz/entropy-js/node'
import { getWallet } from '@entropyxyz/entropy-js/keys'
import * as crypto from '@entropyxyz/entropy-js/utils/crypto'
import * as utils from '@entropyxyz/entropy-js/utils'