An open API service indexing awesome lists of open source software.

https://github.com/threefoldtech/tfchain4

ThreeFold blockchain for Grid v4
https://github.com/threefoldtech/tfchain4

Last synced: about 1 month ago
JSON representation

ThreeFold blockchain for Grid v4

Awesome Lists containing this project

README

        

# tfchain4
**tfchain4** is ThreeFold blockchain for Grid v4. It built using Cosmos SDK and Tendermint.

## Development

### the blockchain

Requirements:
- Go 1.23

**install ignite cli**

```console
curl https://get.ignite.com/[email protected]! | bash
```

**Start single node chain**

```console
ignite chain serve
```

`serve` command installs dependencies, builds, initializes, and starts your blockchain in development.

### Vue interface

Requirement:
- nodejs v22

**install dependencies**
```console
cd vue
npm install
```

**run the vuejs interface**

```console
cd vue
npm run dev
```

### Configure

Your blockchain in development can be configured with `config.yml`. To learn more, see the [Ignite CLI docs](https://docs.ignite.com).