Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example Solana contract using the sealable trie #3

Merged
merged 5 commits into from
Aug 22, 2023
Merged

Commits on Aug 21, 2023

  1. Add example Solana contract using the sealable trie

    Introduce solana/trie-example smart contract which uses the sealable
    trie on Solana chain.  The contract as well as its client are quite
    rudimentary but they allow demonstrating working code.
    mina86 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    dcd022b View commit details
    Browse the repository at this point in the history
  2. review

    mina86 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    293f79b View commit details
    Browse the repository at this point in the history
  3. LICENSE becomes BSL

    blasrodri committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    5d02a45 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from ComposableFi/add-bsl

    LICENSE becomes BSL
    blasrodri authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    11a38a3 View commit details
    Browse the repository at this point in the history
  5. deny

    mina86 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    06f9122 View commit details
    Browse the repository at this point in the history