UNPKG
o1js
Version:
experimental (2.10.0-dev.be63f)
latest (2.13.0)
2.13.0
2.12.0
2.11.0
2.10.0
2.10.0-dev.be63f
2.10.0-dev.6
2.10.0-dev.5
2.9.0
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.9.1
1.9.0
1.8.0
1.7.0
1.6.0
1.5.1
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1
0.18.0
0.17.0
0.16.2
0.16.1
0.16.0
0.15.4
0.15.3
0.15.2
0.15.1
0.15.0
0.14.2
0.14.1
0.14.0
0.13.1
0.13.0
0.12.2
0.12.1
TypeScript framework for zk-SNARKs and zkApps
github.com/o1-labs/o1js/
o1-labs/o1js
o1js
/
src
/
examples
/
utils
/
network-configuration.ts
8 lines
(6 loc)
•
202 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export { DEFAULT_LIGHTNET_CONFIG };
const
DEFAULT_LIGHTNET_CONFIG = { mina:
'http
:
//localhost:8080/graphql',
archive:
'http
:
//localhost:8282',
lightnetAccountManager:
'http
:
//localhost:8181',
};