Skip to content

Commit

Permalink
chore: pre-release candidate v0.0.1 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
wei3erHase authored Oct 1, 2024
2 parents 6234f98 + 815d446 commit 8ce5489
Show file tree
Hide file tree
Showing 29 changed files with 5,501 additions and 7,114 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Rust

on:
push:
branches:
- main
pull_request:
branches:
- "**"

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: "recursive"
fetch-depth: 1

- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Run tests
working-directory: program
run: cargo test --features test-bpf
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
*/node_modules
js/lib

cli/target
cli/target/.rustc_info.json
/node_modules

js/dist
**/wallet.json
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ The [Bonfida Token Vesting UI](https://vesting.bonfida.org) can be used to unloc
<h2 align="center">Structure</h2>
<br />

- `cli` : CLI tool to interact with on-chain token vesting contract
- `js` : JavaScript binding to interact with on-chain token vesting contract
- `program` : The BPF compatible token vesting on-chain program/smart contract

Expand Down
1 change: 0 additions & 1 deletion cli/.gitignore

This file was deleted.

Loading

0 comments on commit 8ce5489

Please sign in to comment.