artela-network / artela

Powerful blockchain node with Aspect programming enabled.
https://www.artela.network/
Apache License 2.0
99 stars 81 forks source link

Artela

Telegram Chat Twitter Follow Discord Artela Network

Introduction

Artela Blockchain is a layer 1 network that empowers developers to add user-defined native extensions and build feature-rich dApps. It offers extensibility that goes beyond EVM-equivalence, inter-domain interoperability, and boundless scalability with its Elastic Block Space design.

As the first layer 1 network equipped with Aspects, Artela network aims to maximize the value of Aspect and enable developers to build feature-rich dApps.

Build the source

Artela is a blockchain built using Cosmos SDK and Cometbft and created with Ignite CLI.

1). Set Up Your Go Development Environment
Make sure you have set up your Go programming language development environment.

2). Download the Source Code
Obtain the project source code using the following method:

git clone https://github.com/artela-network/artela.git

3). Compile
Compile the source code and generate the executable using the Go compiler:

cd artela
make clean && make

Executables

The artela project comes with executable found in the build directory. Command Description
artelad artelad is the core node software of the Artela network, responsible for running and managing the Artela blockchain network.

Running Testnet

Setting Up a Single-Node Artela Testnet

Initialize the testnet by running a simple script

sh init.sh

Running the node by

artelad start

Setting Up a 4-Validator Testnet

Run the following command to initialize a 4-validator testnet:

make create-testnet

To view node logs, use tail -f _testnet/node2/artelad/node.log.

This command compiles the current repository code and generates Docker images. It launches Docker containers named artela0 to artela3, each running artelad as a node. Disk mapping is configured to map directories artea/_testnet/node0 to node3 to Docker containers artela0 to artela3.

More options about the testnet: Command Description
build-testnet Build Docker images for the testnet and create a configuration for 4-validator nodes.
create-testnet Remove a previously built testnet, build it again using build-testnet, and start Docker containers.
stop-testnet Stop the running Docker containers for the testnet.
start-testnet Start the previously stopped Docker containers for the testnet.
remove-testnet Stop the Docker containers and remove all components created by the build-testnet command.

Hardware Requirements

Minimum:

Recommended:

Artela Testnet

Presistent nodes of artela testnet:


Learn more about Artela in https://artela.network/

License

Copyright © Artela Network, Inc. All rights reserved.

Licensed under the Apache v2 License.