parser-parfait 0.6.3
Install from the command line:
Learn more about npm packages
$ npm install @leapwallet/parser-parfait@0.6.3
Install via package.json:
"@leapwallet/parser-parfait": "0.6.3"
About this version
Parser Parfait is a transaction parser library for the cosmos blockchain. It is written in typescript and can be used in both nodejs and browser environments. We maintain the parsing logic and do the heavy lifting so you can focus on building your application.
Parser Parfait is a library that is designed to be used in a variety of applications. It is not tied to any specific framework or application. It is designed to be used in any application that needs to parse transactions from the cosmos blockchain.
- Show Activity Feed - Show a transaction activity feed to users.
- Transaction Signing Page - Show human readable content to users before signing a transaction.
- Notifications - Parse txs from the blockchain and notify users of new transactions.
- Any other use-case that requires parsing transactions/messages from the blockchain.
- Block Explorer
- Wallet
- DeFi App
- Update the version in
package.json
- Make a commit with the commit message same as the version
- Add a git tag with the version (optional)
- Push to main
- Create a GitHub release with the latest tag
- This will trigger a workflow run where the package will be published to NPM
Say you want to publish version 1.0.0
- Update the version in
package.json
to1.0.0
- Make the following commit
git commit -m "v1.0.0"
- Add a git tag with the version (optional)
git tag v1.0.0
- Push to main
git push origin main
- Create a GitHub release with new sematic version tag -
v1.0.0
- Workflow run will be triggered and the package with the specified version will be published to NPM
Details
- parser-parfait
- leapwallet
- over 1 year ago
- MIT
- 14 dependencies
Assets
- parser-parfait-0.6.3.tgz
Download activity
- Total downloads 88
- Last 30 days 0
- Last week 0
- Today 0