Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #62 from atpar/feature/AP-688-merge-packages
Browse files Browse the repository at this point in the history
Merge feature/AP-688-merge-packages
  • Loading branch information
jo-es committed Oct 19, 2020
2 parents 56630a8 + 02347c8 commit ff9de18
Show file tree
Hide file tree
Showing 744 changed files with 42,247 additions and 62,450 deletions.
8 changes: 2 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# ap.js
dist/
CNAME

# actus-solditiy, ap-contracts
# protocol
mnemonic.js
ts-bindings/
dist/

# sol-coverage
coverage.json
Expand Down
12 changes: 0 additions & 12 deletions CHANGELOG.md

This file was deleted.

11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

---

[ACTUS Protocol](https://docs.actus-protocol.io/) is an open source smart contract system and Typescript library for issuing and servicing financial assets on Ethereum. It is build on top of actus-solidity, a free and open-source implementation of the [ACTUS standard](https://www.actusfrf.org/).
[ACTUS Protocol](https://docs.actus-protocol.io/) is an open source smart contract system and Typescript SDK for issuing and servicing financial assets on Ethereum. It is build on top of a free and open-source implementation of the [ACTUS standard](https://www.actusfrf.org/).

If you're interested to get involved, follow us on [Twitter](https://twitter.com/at_par_), join our [Discord](https://discord.gg/WdAhDYq), and [try one of our guides](https://docs.actus-protocol.io/guides/getting-started)!

Expand All @@ -19,18 +19,15 @@ https://docs.actus-protocol.io/

This is a monorepo containing all packages related to the ACTUS Protocol.

| Package | Description |
|----------------------------------------------------------------------------------------------|----------------------------------------------------------------------------|
| [`actus-solidity`](https://github.com/atpar/ap-monorepo/tree/master/packages/actus-solidity) | Contains the Solidity implementation of ACTUS contract types |
| [`ap-contracts`](https://github.com/atpar/ap-monorepo/tree/master/packages/ap-contracts) | Contains the ACTUS Protocol smart contracts |
| [`ap.js`](https://github.com/atpar/ap-monorepo/tree/master/packages/ap.js) | Typescript library for interacting with the ACTUS Protocol smart contracts |
| Package | Description |
|----------------------------------------------------------------------------------|--------------------------------------------------------------------------------|
| [`protocol`](https://github.com/atpar/ap-monorepo/tree/master/packages/protocol) | Contains the Solidity implementation the ACTUS Protocol and the typescript sdk |

## Development
### Requirements
The versions provided are confirmed to work without any issues. Newer or older versions of the packages might work too.
- [node](https://nodejs.org/en/) [10.16.0] (recommended installing it via [nvm](https://github.com/nvm-sh/nvm))
- [yarn](https://yarnpkg.com/) [1.16.0] (recommended installing it as global npm package)
- [jq](https://stedolan.github.io/jq/) [1.6] (for macOS jq is available as a homebrew package)

### Setup
```sh
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.4.7",
"version": "0.0.0",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
16 changes: 0 additions & 16 deletions packages/actus-solidity/.solcover.js

This file was deleted.

4 changes: 0 additions & 4 deletions packages/actus-solidity/.solhintignore

This file was deleted.

60 changes: 0 additions & 60 deletions packages/actus-solidity/actus-resources/parse.js

This file was deleted.

34 changes: 0 additions & 34 deletions packages/actus-solidity/buidler.config.js

This file was deleted.

61 changes: 0 additions & 61 deletions packages/actus-solidity/build/contracts/ACTUSConstants.json

This file was deleted.

Loading

0 comments on commit ff9de18

Please sign in to comment.