Skip to content

someteamone/sol-rng-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sol-rng-client

This is an example client to use the solana random number beacon.

It creates a deployable and self contained html file that can be directly uploaded to Arweave as a permaweb app. This repo was used to create this permaweb app: arweave.net/tC7JOmtzqjl0Dx3IEXPvjMLsp3HQmfoBila5sJ-49xE

Installation

  1. Install Node >=v16
  2. npm install

Running

  1. npm run build
  2. node src/server.js
  3. Open localhost:8000 and see the dashboard.

Deployment

  1. Install arkb: https://github.com/textury/arkb
  2. arkb deploy .deploy/index.html -w <path-to-your-arweave-key>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.8%
  • HTML 33.2%