Skip to content

Commit

Permalink
Merge pull request #198 from MeshJS/feature-update/browser-wallet-get…
Browse files Browse the repository at this point in the history
…-utxo

add asset input to getUtxo
  • Loading branch information
HinsonSIDAN authored Apr 2, 2024
2 parents 8179001 + ca9b00e commit c98a3a2
Show file tree
Hide file tree
Showing 11 changed files with 9,640 additions and 44,468 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Explore the features on [Mesh Playground](https://meshjs.dev/).
- [Resolvers](https://meshjs.dev/apis/resolvers)

## Why use Mesh

- Start a new project with one of out [Starter Templates](https://meshjs.dev/starter-templates) with CLI command
- Always up to date - Vasil-ready, developed promptly as the network updates so your app always works
- Simple to use - Check out our [guides](https://meshjs.dev/guides) - you'll get started in less than 10 mins!
Expand Down
7 changes: 2 additions & 5 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
}
Loading

0 comments on commit c98a3a2

Please sign in to comment.