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

https://github.com/dojoengine/world-scripts


https://github.com/dojoengine/world-scripts

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Basic JS Scripts for Katana Networks

This project was created using `bun init` in bun v1.0.25. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.

To install dependencies:

```bash
bun install
```

1. Create Account Details

```bash
bun run create
```

2. Fund the Account address and check balance

**Head to a Faucet and fund the address!**

```bash
bun run balance
```

3. Deploy Account

```bash
bun run deploy
```