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

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

Awesome Lists containing this project

README

        


Everscale inpage provider guide


A simple tutorial on how to make web3-like apps on Everscale.


Read the guide!

### Development

#### Install dependencies
```shell
npm install
```

#### Start dev server
```shell
npm run docs:dev
```

#### Prepare for publish
```shell
npm run docs:build
```