KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
balanced-java-contracts
★ 12
Open GitHub ↗
Java contracts for Balanced
Download README (.md)
Explore Similar Repositories
SuperLemminiToo
:
My personal fork of SuperLemmini, which itself is a fork of Lemmini
anime-launcher
:
List your offline anime in an app
Meshtastic-Telegram
:
Simple app connecting Meshtastic with Telegram API
AimBotStandoff2ForModMenu
:
No description available.
maid
:
(WIP) self-contained todo list tui, inspired by void-rs
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
balanced-java-contracts
?
Download (.md)
# Balanced Java Contracts  [](https://github.com/balancednetwork/balanced-java-contracts/actions/workflows/pr-test.yml) [](https://codecov.io/gh/balancednetwork/balanced-java-contracts) This repository contains the smart contracts for Balanced in Java. For python contracts check [balanced-contracts]( https://github.com/balancednetwork/balanced-contracts). ## Setting up Local Environment - Clone this repo with submodules ```shell $ git clone --recursive git@github.com:balancednetwork/balanced-java-contracts.git ``` - Clone only submodules if you have already cloned the repo ```shell $ git submodule update --init ``` - Run unit tests ```shell ./gradlew clean build optimizedJar ``` ## Running integration tests - Install [docker](https://docs.docker.com/engine/install/) and [docker-compose](https://docs.docker.com/compose/install/) - Start local blockchain ```shell $ docker-compose up -d ``` - Run integration test ```shell $ ./gradlew integrationTest ``` ## Local Deployment After installing docker and docker-compose, start the local blockchain. - Run deployment task ```shell $ ./gradlew deployToLocal ``` ## Discussion Visit us on [Discord](https://discord.gg/5EzEtP4XQE) to discuss.