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
- Host: GitHub
- URL: https://github.com/moralisweb3/docs
- Owner: MoralisWeb3
- Created: 2022-11-30T09:24:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-07T11:41:55.000Z (about 2 months ago)
- Last Synced: 2025-05-07T21:54:07.018Z (about 2 months ago)
- Topics: 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
- Language: TypeScript
- Homepage: https://docs.moralis.com
- Size: 106 MB
- Stars: 33
- Watchers: 10
- Forks: 136
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
### 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.