forked from Project-DARC/DARC
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
65 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# DARC Protocol | ||
|
||
This is the core protocol for the DARC(Decentralized Autonomous Regulated Corporation) project. | ||
|
||
## Installation | ||
|
||
Since Hardhat does not support any package management tools except npm, you need to use npm only to install the dependencies. | ||
|
||
To install all dependencies, run the following command: | ||
|
||
```bash | ||
npm install | ||
``` | ||
|
||
## Compile | ||
|
||
To compile the contracts, run the following command: | ||
|
||
```bash | ||
npx hardhat compile | ||
``` | ||
|
||
The compiled contracts will be stored in the `artifacts` directory. | ||
|
||
## Test | ||
|
||
To run the tests, run the following command: | ||
|
||
```bash | ||
npx hardhat test | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters