{"id":13566636,"url":"https://github.com/okp4/easysetup","last_synced_at":"2025-04-04T00:31:36.596Z","repository":{"id":197763623,"uuid":"697785077","full_name":"okp4/easysetup","owner":"okp4","description":"Contains resources related to OKP4 environment and tutorials","archived":false,"fork":false,"pushed_at":"2024-05-03T13:13:45.000Z","size":69,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-04T21:37:02.762Z","etag":null,"topics":["cosmos-sdk","cosmwasm","web3"],"latest_commit_sha":null,"homepage":"https://docs.okp4.network/tutorials/overview","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/okp4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-28T13:23:21.000Z","updated_at":"2024-05-03T13:13:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"8461800f-3b9f-46d9-966d-65d364b6014f","html_url":"https://github.com/okp4/easysetup","commit_stats":{"total_commits":20,"total_committers":5,"mean_commits":4.0,"dds":0.35,"last_synced_commit":"1056d7783a89504aa133ae1a568ebdeb5a98e4e5"},"previous_names":["okp4/easysetup"],"tags_count":0,"template":false,"template_full_name":"okp4/template-oss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okp4%2Feasysetup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okp4%2Feasysetup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okp4%2Feasysetup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okp4%2Feasysetup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/okp4","download_url":"https://codeload.github.com/okp4/easysetup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247103289,"owners_count":20884023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cosmos-sdk","cosmwasm","web3"],"created_at":"2024-08-01T13:02:13.689Z","updated_at":"2025-04-04T00:31:36.263Z","avatar_url":"https://github.com/okp4.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# OKP4 EasySetup: Configured Workspace \u0026 Tutorial Scripts\n\n[![lint](https://img.shields.io/github/actions/workflow/status/okp4/easysetup/lint.yml?branch=main\u0026label=lint\u0026style=for-the-badge\u0026logo=github)](https://github.com/okp4/hackwasm/actions/workflows/lint.yml)\n[![conventional commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=for-the-badge\u0026logo=conventionalcommits)](https://conventionalcommits.org)\n[![contributor covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?style=for-the-badge)](https://github.com/okp4/.github/blob/main/CODE_OF_CONDUCT.md)\n[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg?style=for-the-badge)](https://opensource.org/licenses/BSD-3-Clause)\n\n## ℹ️ Introduction\n\nOKP4 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.\n\n## ⚡ Getting Started with Just One Click\n\nBefore 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.\n\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/okp4/easysetup)\n\nClick 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!\n\n## ⚙️ Included Scripts\n\nThe commands from the [tutorials](https://docs.okp4.network/tutorials/overview) are neatly organized in different folders for your convenience:\n\n- The [account](./account) folder contains all code needed to get started with an OKP4 wallet.\n- The [rules](./rule) folder provides all necessary code for understanding and practicing rules definition using the Prolog language.\n- In the [semantic](./semantic) folder, you'll find all pieces of code needed to grasp and practice expressing semantic metadata with RDF triples.\n\n### Usage\n\nCheckout the command in the `.sh` file, change the parameter if needed, and execute it. For example:\n\n```shell\ncd account\nbash 1a_import_wallet.sh\n```\n\n## 🧪 OKP4 Testnet\n\n- RPC: \u003chttps://api.testnet.okp4.network/rpc\u003e\n- LCD: \u003chttps://api.testnet.okp4.network/rpc\u003e\n- gRPC: grpc.testnet.okp4.network:443\n- Faucet: \u003chttps://faucet.okp4.network/\u003e\n- Explorer: \u003chttps://explore.okp4.network/OKP4%20testnet\u003e\n\n## 📖 Documentation\n\n- Website: \u003chttps://okp4.network/\u003e\n- Official Documentation: \u003chttps://docs.okp4.network/\u003e\n- Tutorials: \u003chttps://docs.okp4.network/tutorials/overview\u003e\n- Blockchain Repository: \u003chttps://github.com/okp4/okp4d\u003e\n- Smart Contracts Repository: \u003chttps://github.com/okp4/contracts\u003e\n- Curated List of Useful Links: \u003chttps://github.com/okp4/awesome\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokp4%2Feasysetup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokp4%2Feasysetup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokp4%2Feasysetup/lists"}