Navigate to examples
directory.
pnpm dev
For Safe Signer make sure to you have a running gRPC signer server. A mock server can be started using. It will sign a safe signature using the private key in environment variable PRIVATE_KEY
.
pnpm grpcMockEthSigner
To execute sample transfers
pnpm transfer
pnpm install
pnpm build
There are unit tests as well as integration tests some of which requires API token. Make sure to create
.env.test
with environment variables required for the integration tests.
To run tests
pnpm test
socat TCP-LISTEN:12345,fork -
Update version in package.json
npm login
pnpm build
npm publish