1.0.5 • Published 5 months ago
@internetmoneyorg/wallet-provider v1.0.5
Internet Money's Wallet Provider (and supporting data/code)
Try running some of the following tasks:
Install
npmSetup Env
setup an env file. use the envs/.example.env as an example. a new file for each network is not too much
Test
npm run testBuild
npm run buildGenerate from ABI
npm run build:abithings go wrong
sometimes, things go wrong. try to not close your terminal window, or at least, to copy the logs to a txt file for safekeeping. some of the logs contain relevant infomation such as transaction and contract hashes.
error during distribution
nothing needs to change. just run the distribution again. if anyone was already minted to, they will not be minted to again
build and publish wallet-provider NPM package
From the root of this repository, with Node 18
install dependencies
npm installbuild
npm run buildpublish
./bin/publish-package.shcomment out the --dry-run flag within publish-package.sh when you want to actually publish
via pkgx
build
pkgx +nodejs.org@18 npm run buildpublish
pkgx +nodejs.org@18 -- ./bin/publish-package.sh