Skip to content

bition-network/bitconnect-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitConnect - Bitcoin Account Abstraction

BitConnect abstracts the account of Bitcoin accounts through smart contracts, allowing direct management and use of Bitcoin addresses and assets on the smart contract chain.

This code is adapted from the original project at https://github.com/eth-infinitism/account-abstraction

Documentation

https://book.getfoundry.sh/

Usage

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

Gas Snapshots

$ forge snapshot

Anvil

$ anvil

Deploy

$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>

Cast

$ cast <subcommand>

Help

$ forge --help
$ anvil --help
$ cast --help

About

Bitcoin Account Abstraction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •