1
1
# Recall Contracts
2
2
3
- [ ![ License] ( https://img.shields.io/github/license/hokunet /contracts.svg )] ( ./LICENSE )
3
+ [ ![ License] ( https://img.shields.io/github/license/recallnet /contracts.svg )] ( ./LICENSE )
4
4
[ ![ standard-readme compliant] ( https://img.shields.io/badge/standard--readme-OK-green.svg )] ( https://github.com/RichardLitt/standard-readme )
5
5
6
6
> Recall core Solidity contracts and libraries
@@ -67,7 +67,7 @@ subnet):
67
67
| CreditManager | Subnet | ` 0xTODO ` |
68
68
| ValidatorGater | Subnet | ` 0x880126f3134EdFBa4f1a65827D5870f021bb7124 ` |
69
69
70
- To get testnet tokens, visit: [ https://faucet.hoku.sh ] ( https://faucet.hoku.sh ) . Also, you can check
70
+ To get testnet tokens, visit: [ https://faucet.node-0.testnet.recall.network ] ( https://faucet.node-0.testnet.recall.network ) . Also, you can check
71
71
out the ` foundry.toml ` file to see the RPC URLs for each network (described in more detail below).
72
72
73
73
## Usage
@@ -78,7 +78,7 @@ First, clone the repo, and be sure `foundry` is installed on your machine (see
78
78
[ here] ( https://book.getfoundry.sh/getting-started/installation ) ):
79
79
80
80
``` shell
81
- git clone https://github.com/hokunet /contracts.git
81
+ git clone https://github.com/recallnet /contracts.git
82
82
cd contracts
83
83
```
84
84
@@ -665,10 +665,10 @@ export BUCKETS=0x314512a8692245cf507ac6E9d0eB805EA820d9a8
665
665
The account you use to create buckets should have the following:
666
666
667
667
- A RECALL token balance in the subnet (e.g., from the faucet at:
668
- [ https://faucet.hoku.sh ] ( https://faucet.hoku.sh ) ). You can verify this with the
669
- [ Hoku CLI] ( https://github.com/hokunet /rust-hoku ) : ` hoku account info`
670
- - A credit balance in the subnet. You can verify this with ` hoku credit balance` . If you don't have
671
- credits, you can buy them with the Credits contract above, or run the ` hoku credit buy <amount>`
668
+ [ https://faucet.node-0.testnet.recall.network ] ( https://faucet.node-0.testnet.recall.network ) ). You can verify this with the
669
+ [ Recall CLI] ( https://github.com/recallnet /rust-recall ) : ` recall account info`
670
+ - A credit balance in the subnet. You can verify this with ` recall credit balance` . If you don't have
671
+ credits, you can buy them with the Credits contract above, or run the ` recall credit buy <amount>`
672
672
command.
673
673
674
674
Creating a bucket will cost native RECALL tokens, and writing to it will cost credit.
@@ -798,7 +798,7 @@ curl http://localhost:8001/v1/node | jq '.node_id'
798
798
```
799
799
800
800
Or on testnet, you'd replace the URL with public bucket API endpoint
801
- ` https://object-api-ignition-0.hoku.sh ` .
801
+ ` https://objects.node-0.testnet.recall.network ` .
802
802
803
803
##### Delete an object
804
804
@@ -1012,7 +1012,7 @@ curl http://localhost:8001/v1/node | jq '.node_id'
1012
1012
```
1013
1013
1014
1014
Or on testnet, you'd replace the URL with public bucket API endpoint
1015
- ` https://object-api-ignition-0.hoku.sh ` .
1015
+ ` https://objects.node-0.testnet.recall.network ` .
1016
1016
1017
1017
##### Delete a blob
1018
1018
0 commit comments