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)
- Host: GitHub
- URL: https://github.com/zemse/solana-rust-contract
- Owner: zemse
- Created: 2020-10-14T19:19:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-15T23:28:36.000Z (over 5 years ago)
- Last Synced: 2025-02-09T02:29:04.046Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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