Tools

From RunWiki
Jump to: navigation, search

Explorer

The Run Explorer lets you view jigs and code both on mainnet and testnet. It is an excellent way to test that your objects are working. To give it a go, open run.network and click Explorer. Then, paste any location, address, or transaction ID into the search box.

Tokenkit

Tokenkit is a standalone library with a set of tools to make it as simple as possible to create, deploy and mint fungible and non-fungible tokens. It offers a number of convenience functions that make it easy to combine, send and burn tokens. It also boasts a built-in api for working with the RelayX DEX to find, buy and sell tokens. Head over to the documentation on github to get started.

Run-DB

Run-DB is an indexer for jigs your app cares about. You can use it to precalculate the states of jigs so that they load quickly in your application or server. Most apps will either host their own Run-DB or use a third-party indexer like the Run State API. To get started, visit the github.

Easy B

The Easy B CLI tool and library lets you to upload files to the blockchain in the B:// format. This is great if you want to upload images, 3D models, or music to attach as metadata on your jigs. To give it a go, download it via NPM here and check out the corresponding docs.

Where to go from here

This is the end of the base documentation. But there is a still a lot to learn and play with !

Join the developers' channels on Discord or Telegram, explore RunCraft.com new features to expand your abilities even more.

Additionally, you can check all the wiki pages.