Skip to content

kgilliam125/frontier-program

Repository files navigation

frontier-program

This is a monolithic program which serves as a game server for the Frontier OPOS hackathon submission.

In future iterations, once the core game logic is established, this monolith should be decomposed into individually deployed programs.

Unreal C# SDK: https://github.com/Bifrost-Technologies/Frontier-SDK

Contributing

  1. Set up your local Solana/Anchor tools: https://www.anchor-lang.com/docs/installation
  2. Once setup the full test suite can be run with anchor test
  3. To deploy the program to a local validator...
    1. Start the local validator with solana-test-validator. Note the RPC address here to call within client code.
    2. Build the program anchor build
    3. Deploy the program locally anchor deploy --provider.cluster localhost
    4. You can tail the program logs by running solana logs

About

No description, website, or topics provided.

Resources

License

Stars

4 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors