{"id":28173201,"url":"https://github.com/frol/near-contract-minimal-test","last_synced_at":"2026-02-28T11:09:45.432Z","repository":{"id":271994850,"uuid":"915210320","full_name":"frol/near-contract-minimal-test","owner":"frol","description":"Test bed for arbitrary Wasm contract file","archived":false,"fork":false,"pushed_at":"2025-04-08T02:11:13.000Z","size":123,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-07T16:11:06.569Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-01-11T08:53:56.000Z","updated_at":"2025-03-11T15:21:32.000Z","dependencies_parsed_at":"2025-01-24T22:45:51.519Z","dependency_job_id":null,"html_url":"https://github.com/frol/near-contract-minimal-test","commit_stats":null,"previous_names":["frol/near-contract-minimal-test"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/frol/near-contract-minimal-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frol%2Fnear-contract-minimal-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frol%2Fnear-contract-minimal-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frol%2Fnear-contract-minimal-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frol%2Fnear-contract-minimal-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frol","download_url":"https://codeload.github.com/frol/near-contract-minimal-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frol%2Fnear-contract-minimal-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019558,"owners_count":26086750,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-05-15T20:12:33.928Z","updated_at":"2025-10-14T16:12:53.522Z","avatar_url":"https://github.com/frol.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minimal project to test hello-world app (contract) on NEAR Protocol\n\nIt is a good starting point for checking an existing Wasm file on NEAR Protocol.\n\n## Prerequisites\n\nInstall Rust and Cargo: https://www.rust-lang.org/tools/install\n\n## Basic Usage\n\n1. Put the Wasm file you want to test into the root of this project and name it `contract.wasm`\n2. Run `cargo test`\n\n## Advanced Usage\n\nIf you want to test the contract with the latest version of NEAR Protocol, you can build the NEAR Protocol from the source code.\n\n1. Clone nearcore from `debug/wasm-logs` branch: https://github.com/near/nearcore/compare/debug/wasm-logs\n2. `make neard-debug`\n3. Set the `NEAR_SANDBOX_BIN_PATH` env variable to a full path pointing to the `neard` in `./target/debug` folder\n4. Set the `NEAR_ENABLE_SANDBOX_LOG=1`\n4. and run `cargo test`\n\nExample one-liner:\n\n```shell\nenv NEAR_SANDBOX_BIN_PATH=/home/frol/nearcore/target/debug/neard NEAR_ENABLE_SANDBOX_LOG=1 cargo test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrol%2Fnear-contract-minimal-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrol%2Fnear-contract-minimal-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrol%2Fnear-contract-minimal-test/lists"}