mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
Begin work on the new RPC for the new node
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
[package]
|
||||
name = "serai-client-bitcoin"
|
||||
version = "0.1.0"
|
||||
description = "Bitcoin client library for the Serai network"
|
||||
description = "A client for the Serai network's Bitcoin functionality"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/serai-dex/serai/tree/develop/substrate/client/bitcoin"
|
||||
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||||
keywords = ["serai"]
|
||||
keywords = ["serai", "bitcoin"]
|
||||
edition = "2021"
|
||||
rust-version = "1.85"
|
||||
|
||||
|
||||
3
substrate/client/bitcoin/README.md
Normal file
3
substrate/client/bitcoin/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# serai-client Bitcoin
|
||||
|
||||
A client for the Serai network's Bitcoin functionality.
|
||||
@@ -1,4 +1,7 @@
|
||||
#![no_std]
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||
#![doc = include_str!("../README.md")]
|
||||
#![deny(missing_docs)]
|
||||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
|
||||
use core::{str::FromStr, fmt};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user