https://github.com/codex2124/a-full-stack-web3-on-chain-blog-and-cms
https://github.com/codex2124/a-full-stack-web3-on-chain-blog-and-cms
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codex2124/a-full-stack-web3-on-chain-blog-and-cms
- Owner: CodeX2124
- Created: 2025-01-30T15:15:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T15:08:41.000Z (about 1 year ago)
- Last Synced: 2025-02-28T23:12:38.069Z (about 1 year ago)
- Language: JavaScript
- Size: 271 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A full stack web3 on-chain blog and CMS
To deploy this app:
1. Clone this repository
```sh
git clone git@github.com:codeV124/full-stack-web3.git
```
2. Install the dependencies
```sh
npm install
```
3. Run the local node
```sh
npx hardhat node
```
4. Deploy to localhost
```sh
npx hardhat run scripts/deploy.js --network localhost
```
5. Start the app
```sh
npm start
```