File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Let's Start
22In this brief guide we'll show you how to go from zero to timestamped data. For this example we'll be using the Ethereum (ropsten) testnet.
33
4- ?> Before starting, you'll want to ensure that you have the latest version of ` node ` installed on your machine: https://nodejs.org/en/download/
5-
6- ## 1. Get Private Key
7- todo
4+ ?> Before starting, you'll want to ensure that you have the latest version of ` node ` installed on your machine: https://nodejs.org/en/download/
Original file line number Diff line number Diff line change 1+ // NOTE: Update to USE from a package manager instead.
2+ const BitFact = require ( "../BitFact" ) ;
3+
4+ // creates an Ethereum keypair
5+ ( async ( ) => {
6+ console . log (
7+ await new BitFact ( { provider : "" , privateKey : "" } ) . createKeypair ( )
8+ ) ;
9+ } ) ( ) ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments