1.0.5 • Published 5 months ago

@internetmoneyorg/wallet-provider v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

Internet Money's Wallet Provider (and supporting data/code)

Try running some of the following tasks:

Install

npm

Setup 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 test

Build

npm run build

Generate from ABI

npm run build:abi

things 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 install

build

npm run build

publish

./bin/publish-package.sh

comment out the --dry-run flag within publish-package.sh when you want to actually publish

via pkgx

build

pkgx +nodejs.org@18 npm run build

publish

pkgx +nodejs.org@18 -- ./bin/publish-package.sh