We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c6ed5b + 4ae150a commit 31a5c93Copy full SHA for 31a5c93
README.md
@@ -1,5 +1,7 @@
1
# Tokenized Bond Smart Contract
2
3
+[](https://codecov.io/gh/keep-starknet-strange/tokenized-bond)
4
+
5
Ejara smart contract implementation for tokenized bonds using the ERC-1155 standard, built with Cairo 1.0.
6
7
## Overview
tests/utils.cairo
@@ -36,7 +36,6 @@ pub fn setup() -> ContractAddress {
36
}
37
38
pub fn setup_receiver() -> ContractAddress {
39
- // let state = COMPONENT_STATE();
40
let mut calldata: Array<felt252> = array![];
41
42
declare_deploy("MockERC1155Receiver", calldata)
0 commit comments