https://github.com/etsraphael/chainbrary
https://github.com/etsraphael/chainbrary
blockchain solidity
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/etsraphael/chainbrary
- Owner: etsraphael
- License: mit
- Created: 2023-01-12T07:58:12.000Z (over 3 years ago)
- Default Branch: release/dev
- Last Pushed: 2025-03-10T22:49:02.000Z (over 1 year ago)
- Last Synced: 2025-03-22T16:51:01.621Z (over 1 year ago)
- Topics: blockchain, solidity
- Language: TypeScript
- Homepage:
- Size: 12.7 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ChainBrary
Welcome to the ChainBrary project! This is an open-source library of tools for anyone interested in blockchain development. This project includes all the smart contracts used inside the "SmartContracts" folder, and all the packages used in the "UI" folder are related to all the npm packages with some use cases and examples.
## Smart Contracts
The SmartContracts folder contains all of the smart contracts used in the ChainBrary project. These contracts have been thoroughly tested and audited to ensure their security and reliability.
## UI
The UI folder contains the user interface of the ChainBrary project. It is built using React and contains several packages and examples to help you get started with using ChainBrary.
## Discord
We have a Discord server for ChainBrary where you can ask questions, get help, and connect with other developers. To join, click on this [Discord invite link](https://discord.gg/Y3pTujEsMe) and follow the instructions.
## Contributing
We welcome contributions to the ChainBrary project! To contribute, please follow these steps:
- Fork the repository onto your GitHub account
- Clone your forked repository onto your local machine using git clone https://github.com/etsraphael/ChainBrary.git
- Create a new branch for your changes using git checkout -b {branch-name}
- Make your changes and commit them with a descriptive message
- Push your changes to your forked repository using git push origin {branch-name}
- Create a pull request on the original repository
Please note that all contributions are subject to our code of conduct.
## License
The ChainBrary project is licensed under the MIT License.