{"id":13772792,"url":"https://github.com/petermz/WavesRs","last_synced_at":"2025-05-11T05:33:36.549Z","repository":{"id":162088138,"uuid":"145123128","full_name":"petermz/WavesRs","owner":"petermz","description":"A Rust interface for the Waves blockchain","archived":false,"fork":false,"pushed_at":"2018-09-26T11:07:58.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-02-13T05:03:16.403Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/petermz.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}},"created_at":"2018-08-17T13:22:03.000Z","updated_at":"2018-09-26T11:08:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"44d8a0b2-e3fd-4cb2-85ac-12bfb271f9fa","html_url":"https://github.com/petermz/WavesRs","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petermz%2FWavesRs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petermz%2FWavesRs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petermz%2FWavesRs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petermz%2FWavesRs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petermz","download_url":"https://codeload.github.com/petermz/WavesRs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253523689,"owners_count":21921815,"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":[],"created_at":"2024-08-03T17:01:07.846Z","updated_at":"2025-05-11T05:33:36.305Z","avatar_url":"https://github.com/petermz.png","language":"Rust","funding_links":[],"categories":["Frameworks and tools"],"sub_categories":["Client libraries"],"readme":"# Waves\nA Rust interface to the Waves blockchain\n\n# Usage\n```rust\nextern crate base58;\nextern crate waves;\n\nuse base58::*;\nuse std::time::{SystemTime, UNIX_EPOCH};\nuse waves::account::{PrivateKeyAccount, TESTNET};\nuse waves::transaction::*;\n\nfn main() {\n    let account = PrivateKeyAccount::from_seed(\"seed\");\n    println!(\"my address: {}\", account.public_key().to_address(TESTNET).to_string());\n\n    let ts = SystemTime::now().duration_since(UNIX_EPOCH).unwrap().as_secs() * 1000;\n    let tx = Transaction::new_alias(\u0026account.public_key(), \"rhino\", TESTNET, 100000, ts);\n    println!(\"id is {}\", tx.id().to_string());\n    let ptx = account.sign_transaction(tx);\n    println!(\"proofs are {:?}\", ptx.proofs.iter().map(|p| p.to_base58()).collect::\u003cVec\u003cString\u003e\u003e());\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetermz%2FWavesRs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetermz%2FWavesRs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetermz%2FWavesRs/lists"}