Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rainlanguage/spirit-kitty-rain
- Owner: rainlanguage
- Created: 2023-04-18T05:05:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-04T07:11:58.000Z (over 1 year ago)
- Last Synced: 2023-11-28T13:33:18.503Z (about 1 year ago)
- Language: Solidity
- Size: 51.8 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```