Rename project: silk -> solana
This commit is contained in:
@ -8,11 +8,11 @@ with by verifying each entry's hash can be generated from the hash in the previo
|
||||

|
||||
|
||||
```rust
|
||||
extern crate silk;
|
||||
extern crate solana;
|
||||
|
||||
use silk::historian::Historian;
|
||||
use silk::ledger::{verify_slice, Entry, Hash};
|
||||
use silk::event::{generate_keypair, get_pubkey, sign_claim_data, Event};
|
||||
use solana::historian::Historian;
|
||||
use solana::ledger::{verify_slice, Entry, Hash};
|
||||
use solana::event::{generate_keypair, get_pubkey, sign_claim_data, Event};
|
||||
use std::thread::sleep;
|
||||
use std::time::Duration;
|
||||
use std::sync::mpsc::SendError;
|
||||
|
Reference in New Issue
Block a user