Welcome to the official repository for BlockFabric (https://www.blockfabric.dev) Smart Contract Templates. This repository is a curated collection of sample smart contracts designed to be utilized as templates within the BlockFabric platform. Our goal is to simplify and accelerate the development process for blockchain developers by providing a diverse set of starting points for your decentralized applications (dApps) on various blockchains.
Deploy through BlockFabric: These templates are directly available on BlockFabric (https://www.blockfabric.dev) as no-code templates and can be used out of the box with the integrated compiler and deployer.
Clone and Customize: Clone the specific template that you would like to customize, make any necessary adjustments or customizations to the template to fit your specific requirements, and integrate your GitHub repo on BlockFabric (https://www.blockfabric.dev).
We welcome any contribution! Whether it's adding new templates, improving existing ones, or fixing bugs, your contributions are invaluable to making blockchain development accessible to everyone.
To contribute:
- Fork the repository.
- Create your feature branch: git checkout -b feature/YourFeatureName
- Commit your changes: git commit -am 'Add some YourFeatureName'
- Push to the branch: git push origin feature/YourFeatureName
- Submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Special thanks to @openzeppelin/contracts for providing robust contract building blocks.