An open API service indexing awesome lists of open source software.

https://github.com/timecapsuleday/contracts

TimeCapsule Foundry Project.
https://github.com/timecapsuleday/contracts

contracts foundry npm smart-contracts solidity solidity-contracts solidity-dapps solidity-language

Last synced: 4 months ago
JSON representation

TimeCapsule Foundry Project.

Awesome Lists containing this project

README

          

# TimeCapsule Foundry Project

### Build:

```
forge build
```

### Test:

```
forge test
```

### Send TimeCapsule Token to BitTorrent Blockchain:

```
forge create \
--rpc-url "https://pre-rpc.bt.io" \
--private-key "PRIVATE_KEY" \
src/TimeCapsule.sol:TimeToken \
--legacy
```

### Send TimeCapsule to BitTorrent Blockchain:

```
forge create \
--rpc-url "https://pre-rpc.bt.io" \
--private-key "PRIVATE_KEY" \
src/TimeCapsule.sol:TimeCapsule \
--legacy
```

### Send Multicall to BitTorrent Blockchain:

```
forge create \
--rpc-url "https://pre-rpc.bt.io" \
--private-key "PRIVATE_KEY" \
src/Multicall.sol:Multicall \
--legacy
```