Rename: dagger -> codex

This commit is contained in:
Mark Spanbroek 2023-01-09 11:32:37 +01:00 committed by markspanbroek
parent 71656f6a95
commit dfc53fb272
3 changed files with 5 additions and 5 deletions

View File

@ -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, network. Its goal is to experiment with the rules around the bidding process,
the storage contracts, the storage proofs and the host collateral. Neither the storage contracts, the storage proofs and the host collateral. Neither
completeness nor correctness are guaranteed at this moment in time. completeness nor correctness are guaranteed at this moment in time.
@ -24,7 +24,7 @@ the deployed contracts.
Overview 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 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 client and host as they negotiate and fulfill a contract to store data for a
certain amount of time. certain amount of time.

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "dagger-contracts", "name": "codex-contracts-eth",
"requires": true, "requires": true,
"lockfileVersion": 1, "lockfileVersion": 1,
"dependencies": { "dependencies": {

View File

@ -1,5 +1,5 @@
{ {
"name": "dagger-contracts", "name": "codex-contracts-eth",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"test": "npm run lint && hardhat test", "test": "npm run lint && hardhat test",