We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CashLabs-Dev/bch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
demo.md•1.35 kB
# Tutorials
Mathieu Geukens [(MrZwets)](https://github.com/mr-zwets/) has developed a
[series](https://www.youtube.com/watch?v=vpBNt-Ids7U&list=PL6IWHNFTaMnwEvvV3iPcVqyLgdt0cI1mb) of tutorials showing how to develop a web application with mainnet-js and vue.
Source code for the [tutorial-bch-app](https://github.com/mr-zwets/tutorial-bch-app).
## Let's build an app
<iframe width="560" height="315" src="https://www.youtube.com/embed/vpBNt-Ids7U" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
A total beginner guide to create a minimal webapp and display a wallet balance.
## Displaying recent NFT Mints
<iframe width="560" height="315" src="https://www.youtube.com/embed/2BSxlfSiLYg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
Display NFTs in your webapp.
## Asking info from Electrum Servers
<iframe width="560" height="315" src="https://www.youtube.com/embed/fiVysf6J3js" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
Connect to servers indexing the Bitcoin Cash Network.
## Deploying the app
<iframe width="560" height="315" src="https://www.youtube.com/embed/d5ks4f0AMbk" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
In this fourth tutorial we deploy our web application using GitHub and Netlify!