Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rainlanguage/spirit-kitty-rain

Rain expressions for Spirit Kitty project
https://github.com/rainlanguage/spirit-kitty-rain

Last synced: 17 days ago
JSON representation

Rain expressions for Spirit Kitty project

Awesome Lists containing this project

README

        

# Spirit Kitty x Rain

## Usage

It is recommended to use VS Code for the best Rain tooling support.

Clone this repo and open in [Dev Container](https://code.visualstudio.com/docs/devcontainers/containers).

Then, install submodules with `forge install`

### Local Deploy and Testing

See [foundry docs](https://book.getfoundry.sh/tutorials/solidity-scripting#deploying-locally)

```
anvil --fork-url https://polygon-mumbai.g.alchemy.com/v2/demo
```

Alternative RPC URLs [here](https://chainlist.org/chain/80001)

```
forge script script/SpiritKitty.s.sol:SpiritKitty --fork-url http://127.0.0.1:8545 --broadcast
```