diff --git a/README.md b/README.md index 51222354..cf53be4d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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). diff --git a/precompiles/README.md b/precompiles/README.md new file mode 100644 index 00000000..047c75e5 --- /dev/null +++ b/precompiles/README.md @@ -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) + diff --git a/x/evmutil/README.md b/x/evmutil/README.md index 9964ff7a..d3de5780 100644 --- a/x/evmutil/README.md +++ b/x/evmutil/README.md @@ -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. \ No newline at end of file +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). \ No newline at end of file