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
- Host: GitHub
- URL: https://github.com/cloudwalk/brlc-blueprint
- Owner: cloudwalk
- License: mit
- Created: 2025-03-05T13:09:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-14T14:25:44.000Z (10 months ago)
- Last Synced: 2025-08-14T15:20:43.014Z (10 months ago)
- Language: TypeScript
- Size: 530 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Blueprint
[](https://codecov.io/github/cloudwalk/brlc-blueprint)
[](https://opensource.org/licenses/MIT)


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).