@pier-wallet/relayer
v0.26.1
Published
pier wallet relayer
Downloads
106
Readme
Relayer
Project setup
Copy .env.sample to .env and adjust as needed
Wallet is Pier Relayer - make sure it has enough funding to actually fund transactions (gas fees) Testnet: 0xd56b93c5f31439687c267771a6c39f9720c3b154 Mainnet: 0x8c8a30ae311cf9f2bd270788d4a48c10123aab05 (100 ONEs as of 16.03.2022)
yarn
On Contract Deployment
Make sure we have the latest version of the contracts --> update package.json Make sure to fix all breaking changes
Build & serve locally (w/o docker)
Run the following
yarn build
yarn pm2
Running tests
yarn test
Publish to npm
npm version patch/minor/major [prerelease --preid=...]
Close PR