https://github.com/dojoengine/world-scripts
https://github.com/dojoengine/world-scripts
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dojoengine/world-scripts
- Owner: dojoengine
- Created: 2024-02-22T03:23:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-27T09:11:26.000Z (over 1 year ago)
- Last Synced: 2025-01-29T20:42:13.747Z (5 months ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```