Skip to content

Commit eee3511

Browse files
authored
Merge pull request #118 from renproject/release/1.1.0
2 parents 71f1f07 + 8cf1b55 commit eee3511

154 files changed

Lines changed: 7575 additions & 53941 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 2.1
77
executors:
88
default:
99
docker:
10-
- image: circleci/node:10.16
10+
- image: circleci/node:12.22
1111
working_directory: ~/darknode-sol
1212

1313
commands:

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
# `⚖️ darknode-sol`
2-
## Solidity smart contracts used by Ren Darknodes
2+
3+
## Ethereum smart contracts for managing darknodes
34

45
[![CircleCI](https://circleci.com/gh/renproject/darknode-sol.svg?style=shield)](https://circleci.com/gh/renproject/darknode-sol)
56
[![Coverage Status](https://coveralls.io/repos/github/renproject/darknode-sol/badge.svg?branch=master)](https://coveralls.io/github/renproject/darknode-sol?branch=master)
67

7-
**`darknode-sol`** contains a collection of Ethereum smart contracts utilized by the Ren Darknodes, written in Solidity. Ren bootstraps off Ethereum as a trusted third-party computer to handle Darknode registration and fee payouts.
8+
Ren has two repositories for its Solidity contract:
9+
10+
- `darknode-sol` (this repository) - contracts on Ethereum for managing darknode registrations.
11+
- [`gateway-sol`](https://github.com/renproject/gateway-sol) - contracts on multiple EVM chains for minting and burning of ren-assets.
12+
13+
Ren bootstraps off Ethereum to handle the REN token and darknode registrations.
14+
15+
## ~ [Documentation](https://renproject.github.io/ren-client-docs/contracts/) ~
816

9-
Ren is powered by the RenVM — the Ren Virtual Machine — in a decentralized network of Darknodes that is distinct from Ethereum. This ensures the performance of the network, and the privacy of data, is not dependent on Ethereum.
17+
- For the latest contract addresses, see the [contract addresses](https://renproject.github.io/ren-client-docs/contracts/deployments) page.
18+
- For a summary of each contract, see the [summary of contracts](https://renproject.github.io/ren-client-docs/contracts/summary) page.
19+
20+
<details>
21+
22+
<summary>Development notes</summary>
1023

1124
## Tests
1225

@@ -73,3 +86,5 @@ Run the following (replacing the network and contract name):
7386
```sh
7487
NETWORK=mainnet yarn run verify Contract1 Contract2
7588
```
89+
90+
</details>

build/chaosnet/BCHGateway.json

Lines changed: 0 additions & 214 deletions
This file was deleted.

0 commit comments

Comments
 (0)