Skip to content

CryptoSmartNow/bs_base

Repository files navigation

Bitsave

the volatile nature of the crypto market. The contract has an interest formula based on the bitsave protocol to reward users points that are not fixed but adjust based on market values.

Contract Deployment https://basescan.org/address/0x67FFa7a1eb0D05BEaF9dB039c1bD604063040be9

Deployment versions

Deployer combination

0x125629FAab442e459C1015FCBa50499D0aAB8EE0, 1135 0x125629FAab442e459C1015FCBa50499D0aAB8EE0, 8453 0x125629FAab442e459C1015FCBa50499D0aAB8EE0, 44787

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