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
- Host: GitHub
- URL: https://github.com/threefoldtech/tfchain4
- Owner: threefoldtech
- License: apache-2.0
- Created: 2025-03-11T22:25:51.000Z (2 months ago)
- Default Branch: development
- Last Pushed: 2025-03-15T01:57:01.000Z (2 months ago)
- Last Synced: 2025-04-09T17:10:01.021Z (about 1 month ago)
- Language: TypeScript
- Size: 998 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).