@bulla-network/contracts
v0.0.11-beta-0.3
Published
The Bulla Protocol is a simple protocol for minting credit relationships between a creditor and debtor, represented as an ERC721 token. These tokens are referred to as Bulla claim tokens.
Downloads
161
Readme
Bulla Contracts V1
The Bulla Protocol is a simple protocol for minting credit relationships between a creditor and debtor, represented as an ERC721 token. These tokens are referred to as Bulla claim tokens.
Each claim token contains crucial metadata about the transaction and handles ERC20 payment.
Not only is BullaClaim a necessary data-wrapper for ERC20 transactions, but a myriad of uses for Bulla arise after taking a closer look:
- On-chain trial balances + PNL
- Out-of-the-box triple entry accounting
- Auditable and descriptive transaction histories
- Factorization
- P2P lending primitives
- A data layer for off-chain credit scoring
- Leveraging credit for illiquid commerce relationships
Read more on our GitBook
Development
Tests
yarn
#
yarn test
Deployment
# Deploy contracts
yarn deploy:NETWORK # see package.json
# Deploy Gnosis Safe module
npx hardhat run scripts/deploy-gnosisModule.ts
Verification
- All contract flat files are stored in the
verification/
folder. - Contracts are all deployed and compiled on
Solidity 0.8.7
with optimizer runs set to200