From dfc53fb27250746acac3f85b2234cf992715f519 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Mon, 9 Jan 2023 11:32:37 +0100 Subject: [PATCH] Rename: dagger -> codex --- Readme.md | 6 +++--- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index c2315be..edcd024 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ -Dagger Contracts +Codex Contracts ================ -An experimental implementation of the contracts that underlay the Dagger storage +An experimental implementation of the contracts that underlay the Codex storage network. Its goal is to experiment with the rules around the bidding process, the storage contracts, the storage proofs and the host collateral. Neither completeness nor correctness are guaranteed at this moment in time. @@ -24,7 +24,7 @@ the deployed contracts. Overview -------- -The Dagger storage network depends on hosts offering storage to clients of the +The Codex storage network depends on hosts offering storage to clients of the network. The smart contracts in this repository handle interactions between client and host as they negotiate and fulfill a contract to store data for a certain amount of time. diff --git a/package-lock.json b/package-lock.json index 61cfe7e..eac8c8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "dagger-contracts", + "name": "codex-contracts-eth", "requires": true, "lockfileVersion": 1, "dependencies": { diff --git a/package.json b/package.json index b1fcd6a..929c9bd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "dagger-contracts", + "name": "codex-contracts-eth", "license": "MIT", "scripts": { "test": "npm run lint && hardhat test",