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

https://github.com/zemse/solana-rust-contract

Truffle like Solana Rust Contract project (temporary published, might delete later)
https://github.com/zemse/solana-rust-contract

Last synced: 8 months ago
JSON representation

Truffle like Solana Rust Contract project (temporary published, might delete later)

Awesome Lists containing this project

README

          

tests ci
rustc
typescript strict
styled with prettier

# Solana Fantasy Contracts

> TODO: add info

## Pre-requisites

```
$ node --version
$ yarn --version
$ docker -v
$ wget --version
$ rustup --version
$ rustc --version
$ cargo --version
```

You can [view](https://github.com/solana-labs/example-helloworld/blob/master/README-installation-notes.md) installation notes.

## Available Scripts

### `yarn build`

Builds all programs in contracts directory and copies their `.so` file to the build dir.

### `yarn test`

Builds if not yet, starts a local solana node and runs tests

### `yarn style:fix`

Runs prettier and fixes any style issues