Verbwire Quickstart Guide
In this quickstart guide you will see how easy it is to get up and running with the Verbwire API. You will learn how to get your free Verbwire API key, test your first endpoint, and get a free Verbwire crypto wallet.
- Get your Verbwire API Key
You will need to get your free Verbwire API Key in order to start working with the Verbwire platform. You can sign up for a free Verbwire API key HERE
Once you sign up you will have access to your dashboard, from which you can view statistics and metrics of your interaction with the Verbwire API.
- Test your first endpoint, without writing any code
Get familiar with testing the endpoints directly from the Verbwire API docs website. The site provides an interactive UI whereby you can actually test endpoints without writing any code. The site also provides a friendly interface that displays sample code in about 20 programming languages, for each endpoint.
Our first simple test will be calling the endpoint that displays attributes for a given NFT.
Steps:
a. Go to the API docs and testing page for this endpoint here
b. Input _boredapeyachtclub_into the slug field
c. Hit the "Try It" button on the interactive UI
- Start building!
Need some inspiration?
a. Take a look at sample applications built with the Verbwire API here:
(i) Quick Minting app (ii) Ownership data app (iii) SalesData app (iv) Smart Contract Minting
b. Take a look at the many projects on the Verbwire Developer Community Projects page. The projects all have their source codes available, so feel free to download and run them.
c. You can also take a look at the many recipes we have, showing how to perform various tasks (mint, IPFS upload, deploy, etc.) in a series of short steps.
d. If you'd rather use our SDK, download the Verbwire SDK here.
Updated 5 months ago
