Skip to content

Commit

Permalink
Merge pull request #195 from aura-nw/dev
Browse files Browse the repository at this point in the history
add addtional module licenses
  • Loading branch information
kienvc committed May 23, 2024
2 parents 2bcff35 + c091474 commit bae6930
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Aura Network is a NFT-centric blockchain platform that provides infrastructure a

## Prerequisite

- Go 1.18
- Go 1.20

## Install Aura daemon

Expand Down Expand Up @@ -85,4 +85,11 @@ The Aurad is still in development by the Aura Network team. For more information

## License

Aurad project source code files are made available under Apache-2.0 License, located in the LICENSE file. Basically, you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source.
Aura project source code files are made available under Apache-2.0 License, located in the LICENSE file. Basically, you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source.

## Acknowledgments

Aura project is built using [Cosmos SDK](https://github.com/cosmos/cosmos-sdk) and uses additional modules:
- ```github.com/evmos/evmos/v16``` by Tharsis Labs Ltd.(Evmos). This EVM library is distributed under [ENCL-1.0](https://github.com/evmos/evmos/blob/v16.0.3/LICENSE).

- ```x/evmutil``` by Kava Labs, Inc. This module is distributed under [Apache v2 License](https://github.com/Kava-Labs/kava/blob/master/LICENSE.md).
7 changes: 7 additions & 0 deletions precompiles/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Precompiles

These precompile contracts are adapted from [Evmos precompiles](https://github.com/evmos/evmos/tree/v16.0.3/precompiles)

Copyright Tharsis Labs Ltd.(Evmos)
SPDX-License-Identifier: [ENCL-1.0](https://github.com/evmos/evmos/blob/v16.0.3/LICENSE)

6 changes: 5 additions & 1 deletion x/evmutil/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# EVMUtil

This module is adapted from [Kava](https://github.com/Kava-Labs/kava) to wrap the `evm` module of Evmos so that we can keep 6 decimals in Aura and the evm module will see 18 decimals.
This module is adapted from [Kava](https://github.com/Kava-Labs/kava) to wrap the `evm` module of Evmos so that we can keep 6 decimals in Aura and the evm module will see 18 decimals.

Copyright © Kava Labs, Inc

Licensed under the [Apache v2 License](https://github.com/Kava-Labs/kava/blob/master/LICENSE.md).

0 comments on commit bae6930

Please sign in to comment.