Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jul 25, 2023
1 parent 4f3d1f6 commit 0e479c1
Showing 1 changed file with 54 additions and 3 deletions.
57 changes: 54 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,38 @@
<div align="right">

[![license](https://img.shields.io/github/license/block-foundation/block.gl?color=green&label=license&style=flat-square)](LICENSE.md)
[![website](https://img.shields.io/website?color=blue&down_color=red&down_message=offline&label=website&style=flat-square&up_color=green&up_message=online&url=https%3A%2F%2Fwww.block.gl)](https://www.block.gl)
![stars](https://img.shields.io/github/stars/block-foundation/block.gl?color=blue&label=stars&style=flat-square)
![sponsors](https://img.shields.io/github/sponsors/geoid-org?color=blue&label=sponsors&style=flat-square)
![contributors](https://img.shields.io/github/contributors/block-foundation/block.gl?color=blue&label=contributors&style=flat-square)

</div>

---

<div>
<img align="right" src="https://raw.githubusercontent.com/block-foundation/brand/master/logo/logo_gray.png" width="96" alt="Block Foundation Logo">
<img align="right" src="https://raw.githubusercontent.com/block-foundation/brand/master/src/logo/logo_gray.png" width="96" alt="Block Foundation Logo">
<h1 align="left">block.gl</h1>
<h3 align="left">Blockchain in your Browser</h3>
</div>
<br>

---

## Introduction

`block.gl` is a browser-native blockchain visualization library, designed to make the otherwise complex operations of a blockchain more accessible and comprehensible.

`block.gl` is written in TypeScript and ties into the vis.gl ecosystem.

Welcome to block.gl, your pathway to understanding blockchain like never before.

block.gl is a revolutionary, browser-native blockchain visualization library, designed to simplify the complex world of blockchain. With its innovative tools and interactive visual aids, block.gl illuminates the intricate operations of a blockchain, making them accessible, intuitive, and educational for everyone, whether you're a novice learner or a seasoned expert.

Developed by the Block Foundation, a pioneering open-source project dedicated to addressing housing issues through blockchain technology, block.gl is a testament to the power of bringing complex concepts into the light of understanding.

Built with TypeScript and tied into the vis.gl ecosystem, block.gl offers an immersive, educational experience that helps users better grasp the intricacies of blockchain operations.

Regardless of your current knowledge or experience with blockchain, block.gl can guide you towards a deeper understanding of this innovative and increasingly important field. So, whether you're a developer seeking to incorporate blockchain technology into your project, or simply a curious learner, let block.gl lead you on your journey to blockchain mastery. Welcome to the future of learning blockchain – welcome to block.gl.


## Installation
Expand All @@ -32,6 +54,35 @@ npm i block.gl
- [Website](https://www.block.gl)
- [NPM](https://www.npmjs.com/package/block.gl)

## Disclaimer
## Development

### Authors

This is an open-source project by the **[Block Foundation](https://www.blockfoundation.io "Block Foundation website")**.

The Block Foundation mission is enabling architects to take back initiative and contribute in solving the mismatch in housing through blockchain technology. Therefore the Block Foundation seeks to unschackle the traditional constraints and construct middle ground between rent and the rigidity of traditional mortgages.

website: [www.blockfoundation.io](https://www.blockfoundation.io "Block Foundation website")

### Contributing

We'd love for you to contribute and to make **`block.txt`** even better than it is today!
Please refer to the [contribution guidelines](.github/CONTRIBUTING.md) for information.

## Legal Information

### Copyright

Copyright &copy; 2023 [Block Foundation](https://www.blockfoundation.io/ "Block Foundation website"). All Rights Reserved.

### License

Except as otherwise noted, the content in this repository is licensed under the
[Creative Commons Attribution 4.0 International (CC BY 4.0) License](https://creativecommons.org/licenses/by/4.0/), and
code samples are licensed under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0).

Also see [LICENSE](https://github.com/block-foundation/community/blob/master/LICENSE) and [LICENSE-CODE](https://github.com/block-foundation/community/blob/master/LICENSE-CODE).

### Disclaimer

**THIS SOFTWARE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**

0 comments on commit 0e479c1

Please sign in to comment.