https://github.com/gear-foundation/whitepaper
Gear Whitepaper
https://github.com/gear-foundation/whitepaper
blockchain gear programming rust smart-contracts whitepaper
Last synced: 1 day ago
JSON representation
Gear Whitepaper
- Host: GitHub
- URL: https://github.com/gear-foundation/whitepaper
- Owner: gear-foundation
- License: cc0-1.0
- Created: 2022-04-18T16:54:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-11-06T09:28:10.000Z (6 months ago)
- Last Synced: 2025-11-06T11:22:14.269Z (6 months ago)
- Topics: blockchain, gear, programming, rust, smart-contracts, whitepaper
- Language: TypeScript
- Homepage: https://whitepaper.gear.foundation
- Size: 39.2 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```
### Local Development
```
$ yarn start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```
$ USE_SSH=true yarn deploy
```
Not using SSH:
```
$ GIT_USER= yarn deploy
```
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.