Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from Project-DARC:main #13

Open
wants to merge 65 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
7b0d2ad
update
lidangzzz Jan 20, 2024
56f4663
update
lidangzzz Jan 20, 2024
e1af9eb
Create Node.ts
lidangzzz Jan 23, 2024
4698d81
update
lidangzzz Jan 24, 2024
8b58b9f
update
lidangzzz Jan 24, 2024
3e7f0d5
Update basic-node-test.ts
lidangzzz Jan 24, 2024
00665e7
update
lidangzzz Jan 25, 2024
a1a24c1
Update sdk-test.ts
lidangzzz Jan 25, 2024
20f7441
update
lidangzzz Jan 25, 2024
4b101b9
update
lidangzzz Jan 25, 2024
caed824
update
lidangzzz Jan 26, 2024
306c383
update
lidangzzz Jan 26, 2024
f00292b
Update sdk-node-generation-test.ts
lidangzzz Jan 26, 2024
e233599
comit
lidangzzz Jan 27, 2024
ef311f5
update
lidangzzz Jan 27, 2024
2e5edbe
update
lidangzzz Jan 27, 2024
5e952e3
update
lidangzzz Jan 30, 2024
926f8d7
update
lidangzzz Jan 31, 2024
01501de
update
lidangzzz Feb 2, 2024
1fb13e0
update
lidangzzz Feb 3, 2024
3dba701
update
lidangzzz Feb 4, 2024
8830eca
update
lidangzzz Feb 4, 2024
3e92cb4
update
lidangzzz Feb 5, 2024
189aeeb
Update expression-test.ts
lidangzzz Feb 5, 2024
cea8cd6
Update DARC-latest.json
lidangzzz Feb 7, 2024
4cab3d5
Update expression-test.ts
lidangzzz Feb 8, 2024
a74b043
Update package.json
lidangzzz Feb 8, 2024
5dc9e9f
update
lidangzzz Feb 10, 2024
9eda121
update
lidangzzz Feb 10, 2024
620c5b3
update
lidangzzz Feb 10, 2024
9603216
update
lidangzzz Feb 12, 2024
fdd52be
update
lidangzzz Feb 12, 2024
f584e12
Update Getting Started.md
lidangzzz Feb 14, 2024
2cadb36
Update Getting Started.md
lidangzzz Feb 14, 2024
d6376f3
update
lidangzzz Feb 14, 2024
edac7e6
update
lidangzzz Feb 14, 2024
f09c712
Update expression-test.ts
lidangzzz Feb 14, 2024
d1b1ea5
update
lidangzzz Feb 15, 2024
a08504a
add
lidangzzz Feb 16, 2024
13bac46
Update Overview.md
lidangzzz Feb 16, 2024
8b1ca88
update
lidangzzz Feb 17, 2024
83c2c61
Update Getting Started.md
lidangzzz Feb 17, 2024
2194a2f
update
lidangzzz Feb 17, 2024
1aad695
update
lidangzzz Feb 17, 2024
c396fd1
Update Getting Started.md
lidangzzz Feb 17, 2024
99bbc0d
Update ReleaseAWSS3.yml
lidangzzz Feb 17, 2024
6e737c5
Update Getting Started.md
lidangzzz Feb 17, 2024
f41b9b1
update
lidangzzz Feb 18, 2024
a5682ad
update
lidangzzz Feb 19, 2024
acd063e
update
lidangzzz Feb 19, 2024
473b0be
update
lidangzzz Feb 22, 2024
d5ba17f
Update externalCallTest.ts
lidangzzz Feb 22, 2024
64439ab
Update externalCallTest.ts
lidangzzz Feb 23, 2024
3e44ec6
Update DARC.ts
lidangzzz Feb 24, 2024
4f5ec65
Delete DARC.ts
lidangzzz Feb 24, 2024
35d0445
Update Condition Nodes.md
lidangzzz Feb 28, 2024
b2a58e7
Update README.md
lidangzzz Mar 14, 2024
6d8db23
Update README.md
lidangzzz Mar 14, 2024
128b2e6
Update README.md
lidangzzz Mar 15, 2024
4f61762
comment misspell
xiaoxianBoy Mar 15, 2024
fa7c165
Merge pull request #105 from xiaoxianBoy/fixdevelop
lidangzzz Mar 16, 2024
9d60a31
Update README.md
eltociear Mar 16, 2024
25a18b0
Merge pull request #108 from eltociear/patch-2
lidangzzz Mar 16, 2024
a7ee2b4
chore: fix incorrect path in README.md
sellskin Mar 25, 2024
482bd1a
Merge pull request #113 from sellskin/main
lidangzzz Apr 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ReleaseAWSS3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'

- name: Install Dependencies
working-directory: ./darc-docs
Expand Down
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,21 @@ The project is currently in the early stages of development and is not yet ready

English | [简体中文](./README_cn.md) | [日本語](./README_ja.md)

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=project-darc/darc&type=Date)](https://star-history.com/#project-darc/darc&Date)


## Join our community

Telegram: [https://t.me/projectdarc](https://t.me/projectdarc)
Discord: [https://discord.gg/QzKbTHVgGG](https://discord.gg/QzKbTHVgGG)

## Whitepaper

English: [darc-whitepaper.pdf](https://github.com/Project-DARC/DARC-whitepaper/blob/release/darc-whitepaper.pdf)

Chinese(中文版): [darc-whitepaper-cn.pdf](https://github.com/Project-DARC/DARC-whitepaper/blob/release/darc-whitepaper-cn.pdf)

## What is DARC?

Expand Down Expand Up @@ -68,7 +80,7 @@ can add a new plugin and corresponding voting rule to the DARC VM contract:
add_voting_rule( // add a voting rule (as index 5)
[
{
voting_class: [1], // voting token class: 1, level-1 token ownners (board of directors) are required to vote
voting_class: [1], // voting token class: 1, level-1 token owners (board of directors) are required to vote
approve_percentage: 99, // 99% voting power is required to approve
voting_duration: 3600, // voting duration: 1 hour (3600 seconds)
execute_duration: 3600, // pending duration for execution: 1 hour (3600 seconds)
Expand Down Expand Up @@ -497,7 +509,7 @@ Since Hardhat and OpenZeppelin are used, the project can be built using the foll
friendly.

```shell
cd darc-protocal
cd darc-protocol
npm install
```

Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ add_storage(['QmcpxHN3a5HYnPurtuDs3jDfDSg1LPDe2KVBUG4RifcSbC']);
`pnpm` 是一个较新的包管理器,相较于 npm 具有一些优势。它更快、更高效,并且节省磁盘空间。

```shell
cd darc-protocal
cd darc-protocol
npm install
```

Expand Down
2 changes: 1 addition & 1 deletion README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ Hardhat と OpenZeppelin を使用しているので、プロジェクトは以
`pnpm` は新しいパッケージマネージャーで、npm よりも優れている点がいくつかある。より速く、より効率的で、ディスクスペースに優しいです。

```shell
cd darc-protocal
cd darc-protocol
npm install
```

Expand Down
Loading