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

https://github.com/cloudwalk/brlc-blueprint

The reference smart-contract and template for new projects
https://github.com/cloudwalk/brlc-blueprint

Last synced: 9 months ago
JSON representation

The reference smart-contract and template for new projects

Awesome Lists containing this project

README

          

# Blueprint



[![codecov](https://codecov.io/github/cloudwalk/brlc-blueprint/branch/main/graph/badge.svg)](https://codecov.io/github/cloudwalk/brlc-blueprint)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![example branch parameter](https://github.com/cloudwalk/brlc-blueprint/actions/workflows/build.yml/badge.svg?branch=main)
![example branch parameter](https://github.com/cloudwalk/brlc-blueprint/actions/workflows/test.yml/badge.svg?branch=main)

This repository contains Blueprint smart contracts.

The Blueprint smart contract is designed as a reference and template one.

This repository also provides rules files for the Cursor IDE.

One of the rules files includes the example project generated from this repository.
To update the example execute [the appropriate script file](scripts/updateExampleProject.ts) like:

```bash
npx hardhat run scripts/updateExampleProject.ts
```

## Project Setup

Read [Documentation](https://github.com/cloudwalk/brlc-dev-ex/blob/main/docs/DEVELOPMENT.md).

## Licensing

This project is released under the MIT License, see [LICENSE](./LICENSE).