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

https://github.com/standardweb3/docs

Official Documentation of Standard Protocol
https://github.com/standardweb3/docs

documentation

Last synced: 11 months ago
JSON representation

Official Documentation of Standard Protocol

Awesome Lists containing this project

README

          



logo

## Documentation

Check out our docs at https://docs.standard.tech.

## Development Setup

``` sh
# Install all dependencies.
yarn

# Serves Standard's own docs with itself.
yarn dev

# Build VuePress' own docs with itself.
yarn build
```

## Contribution

Want to contribute? Check our [Contributing Guide](.github/CONTRIBUTING.md), [Code of Conduct](.github/CODE_OF_CONDUCT.md) and [issues for beginners](https://github.com/standardweb3/docs/issues)!

## License
[MIT](https://github.com/standardweb3/docs/blob/master/LICENSE.md)