https://github.com/okp4/easysetup
Contains resources related to OKP4 environment and tutorials
https://github.com/okp4/easysetup
cosmos-sdk cosmwasm web3
Last synced: 26 days ago
JSON representation
Contains resources related to OKP4 environment and tutorials
- Host: GitHub
- URL: https://github.com/okp4/easysetup
- Owner: okp4
- License: bsd-3-clause
- Created: 2023-09-28T13:23:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T13:13:45.000Z (12 months ago)
- Last Synced: 2024-11-04T21:37:02.762Z (6 months ago)
- Topics: cosmos-sdk, cosmwasm, web3
- Language: Shell
- Homepage: https://docs.okp4.network/tutorials/overview
- Size: 67.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - okp4/easysetup - Contains resources related to OKP4 environment and tutorials (Shell)
README
# OKP4 EasySetup: Configured Workspace & Tutorial Scripts
[](https://github.com/okp4/hackwasm/actions/workflows/lint.yml)
[](https://conventionalcommits.org)
[](https://github.com/okp4/.github/blob/main/CODE_OF_CONDUCT.md)
[](https://opensource.org/licenses/BSD-3-Clause)## ℹ️ Introduction
OKP4 aims to enable a new generation of applications using blockchain as an orchestration layer for shared off-chain resources, such as datasets, algorithms, software, and computation. This repository provides an efficient and user-friendly environment for onboarding and interacting with the OKP4 blockchain.
## ⚡ Getting Started with Just One Click
Before you begin, ensure you have a [Gitpod account](https://gitpod.io/). If it's your first time using Gitpod, you'll need to connect your GitHub account to your Gitpod account. Follow the prompts during the initial launch to set this up.
[](https://gitpod.io/#https://github.com/okp4/easysetup)
Click the button above, and Gitpod will launch a configured workspace with ready-to-run scripts and a straightforward setup process, allowing you to dive into the OKP4 protocol effortlessly!
## ⚙️ Included Scripts
The commands from the [tutorials](https://docs.okp4.network/tutorials/overview) are neatly organized in different folders for your convenience:
- The [account](./account) folder contains all code needed to get started with an OKP4 wallet.
- The [rules](./rule) folder provides all necessary code for understanding and practicing rules definition using the Prolog language.
- In the [semantic](./semantic) folder, you'll find all pieces of code needed to grasp and practice expressing semantic metadata with RDF triples.### Usage
Checkout the command in the `.sh` file, change the parameter if needed, and execute it. For example:
```shell
cd account
bash 1a_import_wallet.sh
```## 🧪 OKP4 Testnet
- RPC:
- LCD:
- gRPC: grpc.testnet.okp4.network:443
- Faucet:
- Explorer:## 📖 Documentation
- Website:
- Official Documentation:
- Tutorials:
- Blockchain Repository:
- Smart Contracts Repository:
- Curated List of Useful Links: