https://github.com/broxus/everscale-guide
A simple tutorial on how to make web3-like apps on Everscale
https://github.com/broxus/everscale-guide
everscale web3
Last synced: 3 months ago
JSON representation
A simple tutorial on how to make web3-like apps on Everscale
- Host: GitHub
- URL: https://github.com/broxus/everscale-guide
- Owner: broxus
- License: gpl-3.0
- Created: 2022-07-01T16:09:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T16:57:19.000Z (over 2 years ago)
- Last Synced: 2025-01-29T02:47:19.914Z (4 months ago)
- Topics: everscale, web3
- Language: CSS
- Homepage: https://web3.ever.rs/
- Size: 1.16 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Everscale inpage provider guide
A simple tutorial on how to make web3-like apps on Everscale.
### Development
#### Install dependencies
```shell
npm install
```#### Start dev server
```shell
npm run docs:dev
```#### Prepare for publish
```shell
npm run docs:build
```