An open API service indexing awesome lists of open source software.

https://github.com/moralisweb3/docs

Official documentation of Moralis Web3
https://github.com/moralisweb3/docs

chatgpt dapp dapps-development docusaurus2 erc20 gpt-3 javascr javascript moralis moralis-api moralis-help moralis-stream nft open-source openai python rest-api rest-api-documentation typescript web3

Last synced: about 2 months ago
JSON representation

Official documentation of Moralis Web3

Awesome Lists containing this project

README

        



Moralis JS SDK

Moralis Documentation



Join the Moralis DAO on Discord


Check the docs


Discourse posts


vercel
github
algolia




The official repository of Moralis Documentation.




### Installation

```sh
npm i
```

### Local Development

To start a local development server, run the following command.

```sh
npm run start
```

This command opens up a browser window and most changes are reflected live without having to restart the server.

### Build

```sh
npm run build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.