Sign up for Moralis
Create a new account at https://moralis.io/ to obtain your API key and create a new project.
(Please check this article for more details about creating a Moralis account)
Create a New Project
After logging in, create a new project. You'll need to provide a name and some basic information about your project.
Set Up Your Environment and Install the Moralis SDK
Depending on your development platform (web, mobile, etc.), set up your development environment. Moralis supports various platforms and provides SDKs for different programming languages. If you're using a specific programming language or framework, install the Moralis SDK for that platform. You can typically do this using package managers like
npm
for JavaScript,pip
for Python.
Quickstart with NodeJS
Quickstart with Python
Quickstart with React
Quickstart with NextJS
Quickstart with Angular
Use Moralis Features
Depending on your project's needs and use case, you can use various features, such as user authentication, fetching blockchain data and real-time on-chain data synchronization, and blockchain data. Refer to our documentation for specific use cases and code examples.
For more useful resources and great tutorials on the Moralis Web3 development platform, visit our documentation site and YouTube channel.